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:
Area Chart

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:
Column3d Chart

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:
Pie3d Chart

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


2 Comments to “Programming dojox.chart(6) - gfx3d support added”

  1. Masashi | October 2nd, 2007 at 1:22 am

    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)”

  2. bookstack | October 2nd, 2007 at 3:06 am

    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.

Leave a Comment