Plots Numbers on Canvas 3D Bar Graph
Posted · Category: BSD License, Charts
Canvas 3D Graph is a special type of bar graph that plot numbers in 3D. <canvas> tag is not supported in IE, so the author was forced to use excanvas.js in order to draw graph in IE. As the result of that, you may experience some freezes when you try to plot large amount of data in IE. Firefox and safari works just fine (aprox 10x faster than emulated canvas in IE). This is initial release, he planned to add many more features, so stay stay tuned for the updates.
Requirements: –
Demo: http://dragan.yourtree.org/code/canvas-3d-graph/
License: BSD License
0 Comments