Programming dojox.chart(6) – gfx3d support added
Web September 30th, 2007
Area chart is not as popular as Column though, it is still commonly used in the business world to demonstrate the contribution from different categories, for example:

And further more, I decided to migrate the broken pie3d.js and bar3d.js to dojox.chart.Chart framework. The calcLayout of Column3d is still quite experimental, we may refactor it when theme concept is introduced:

The implementation of Pie3d is far less bullet-proof, and the BSP scheduler is quite computation-extensive; but I am impressed by the beauty of lighting effect, the color of Firefox is really gorgeous:

In the next step, we would normalize the calcLayout using theme. Here is the code snapshot.







I can’t see any files of http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/gfx3d/tests/
Debugger just says “Could not load ‘dojox.gfx3d’; last tried ‘../dojox/gfx3d.js’test_orbit.html (line 21)”
I am not quite sure whether the nightly build has some path issues. Could you try using the anonymous subversion instead?
svn checkout http://svn.dojotoolkit.org/dojo/view/anon/all
At least r10696 works perfect for me.