Login Register

3d Charting SoC Project

Continuation with charts..

It hasn't been the most productive week for me. I've been exploring methods and ways to implement bullet chart. Also I'm doing some final touches on the candle plot.

Also I had lot of my time wasted bcoz I wanted to know how to put better blog posts :). It's really weird but actually I'm little unconfortable with blogs :(. Anyway I was able to get over with it to an extent in last few days.
If you are like me you would like this article http://betterexplained.com/articles/build-a-site-you-and-your-readers-wi....

Getting off the ground..with charts

I was off to a good start with my project (dojox chartin improvements) with the candle plot. We basically followed the same model as in columns and did it.
Actually it's clustered columns. I don't know whether this is a valid thing in these type of plots... Anyway I thought is a nice feature to add so that you can actually add more than one series
Add Series for chart looked something like below...

chart.addSeries("Series A", [{lx:1,lq:2,md:3,uq:9,ux:10},{lx:1,lq:2,md:3,uq:7,ux:8}]);

Yet another cube

Yet another cubeIt took me a little while to hack the dojox.gfx3d framework. Though there is tons of work to be done, I need to mask the unexpected functions, clean the code, add more comments, and explore more advanced features like lightings, textures, and we might refactor the code later, I still feel quite excited to release the sneak preview of dojox.gfx3d: Yet another cube.
Syndicate content