Programming dojox.chart(6) - gfx3d support added
dojoArea 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.