Login Register

box plot

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}]);
Syndicate content