I have a working chart that graphs sales by week. I\'d like to add a vertical line to the chart that represents the current week, but I can\'t figure out how to do it.
I am trying to implement a Spider Chart using dojo chart library. I am using a dummy example from dojo: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/charting/tests/test_spider2d.html
I need to plot thousands of points, perhaps close to 50,000 with the dojo charting library. It works, but it\'s definitely very slow and lags the browser. Is there any way I can get better performance
I am unable to add custom tooltip for type:\'Lines\' charts, as I did for clusturedbar and pie charts.
I\'m building a website which requires a line graph to be updated dynamically. For this I\'m usi开发者_如何学Pythonng the dojo library which provides the necessary charting functions I need to achiev
i am using th开发者_如何学Cis code: chart1.addPlot(\"grid\", { type: \"Grid\", hMinorLines: true });
I am using dojo toolkit for generating charts. I have used dojo pie charts, where i gave custom tooltip as
I have given \'rotation:-90\' to make the lables of x-axis to rotate. But that rotation is even applied for the title of the axis also.
In my code below, the data is updated but the chart is not redrawn in the same position. What is the problem in my code?
i have this error in my code Error: Tried to registe开发者_JS百科r widget with id==legend1 but that id is already registered