Hi I need to create dojo charts in such a manner that they take their series values from certain input boxes and the chart changes
I\'m looking at feeding dojo charts with data from google analytics, within a Zend Framework app. Has anyone done this or have any ove开发者_如何学编程rview as to how I would go about it? I see there
I try hard to get some functional charts with dojo... I want to create a stacked area chart with 3 lines. For the \"bas\", \"moy\" and \"haut\" as you see in the JSON data.
I have this data : { \"identifie开发者_运维百科r\": \"id\", \"idAttribute\":\"id\", \"label\": \"date\",
I just upgraded 开发者_开发百科from Dojo 1.4.3 to 1.5.0 and noticed that my legend is now missing.
I have a page with 6 dojox.charting.Chart2d charts that works fine in all browsers except IE.In IE8, the charts take more than a minute t开发者_如何学Co load.
I have constructed a simple function that programatically builds charts using dojox.charting. I\'m a bit puzzled as to how to cast variables correctly when passing them to the chart via addSeries. Con
I seem to be having a problem with my dojo stackedcolumn whereby the scale of some of the bar开发者_如何学Gos is correct for some x-axis points, but not others. Here\'s my code (observe the northern i
I discovered that the dojox.charting.action2d.Tooltip takes a custom function to provide the text for the labels.The challenge is that the text of the label that I want to display is contained within
I am using the dojox.charting.widget.Chart2D and I am trying to retrieve the data from an dojo.data.ItemFileReadStore.I can retrieve the data, and everything works and displays, except I cannot seem t