首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > JavaScript > JavaScript库绘制图像图形Web浏览器的画布

JavaScript库绘制图像图形Web浏览器的画布

资 源 简 介

Canviz is a JavaScript library for drawing Graphviz graphs to a web browser canvas. More technically, Canviz is a JavaScript xdot renderer. It works in most modern browsers. Using Canviz has advantages for your web application over generating and sending bitmapped images and imagemaps to the browser: The server only needs to have Graphviz generate xdot text; this is faster than generating bitmapped images. 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. The web browser performs the drawing, not the server; this reduces server load. The user can resize the graph without needing to involve the server; this is faster than having the server draw and send the graph in a different size. There is the potential to offer oth

文 件 列 表

canviz-0.1
brewercolors.js
canviz-ie6.css
canviz.css
canviz.js
examples
excanvas
graph.php
graphlist.awk
graphs
gvcolors.awk
image.php
index.html
insert_file.awk
layoutlist.awk
lib
LICENSE-ColorBrewer.txt
LICENSE.txt
Makefile
path
prototype
README.txt
render_example_graph.sh
x11colors.js
VIP VIP
0.189308s