Example
Loading....
Load existing data
Draw your own (X,Y,Z)
(insert values from 0-1000 for each field, please )
About
Download & links
Info
Canvas 3D Graph is a special type of bar graph that plot numbers in 3D
This first started as PHP-GD project, but soon I realized that there is not much sense in generating complex graph like this on server side (script worked really fast, though)
How to use
First include canvas3DGraph.js and excanvas.js in your HTML page. Put DIV containing canvas tag and info DIV (used for text over canvas) on your page Apply this CSS code(You may wanna adjust it to your needs) And finaly, provide data and draw graph.