
Using Canviz has advantages for your web application over generating and sending bitmapped images and imagemaps to the browser as the server only needs to have Graphviz generate xdot text; this is faster than generating bitmapped images. Also only the xdot text needs to be transferred to the browser; this is smaller than binary image data, and, if the browser supports it (which most do), the text can be gzip- or bzip2-compressed.
Web Site
Demo
Download
Related posts:
Related posts brought to you by Yet Another Related Posts Plugin.
2 Responses to canviz JavaScript library
10 Best Javascript Drawing and Canvas Libraries | Javascript Libraries
October 13th, 2009 at 10:51 am
[...] canviz JavaScript library [...]
Learning jQuery » 10 Best Javascript Drawing and Canvas Libraries
October 15th, 2009 at 8:15 pm
[...] canviz JavaScript library [...]