I am using dojox.charting.Chart2D to display the article / chart in my application.
My timestamp data will be in this format 2005-06-29 08:05:00.
I am able to display charts using dojox.charting.Chart2D.
Can anyone tell me how to insert this timestamp data into the chart's 2D adders method ??
Or please tell me what is Approot Method for inserting timestamp data in the DOJO chart ??
Help me have lost work
I followed the method of Dojox Do this on the side. I would assume that you want to plot an array of timestamps, otherwise there will be only one point on the chart. You can do something like this:
chart1.addSeries ("Series 1", [// Your server code here is an array of // series time ($ V as $ V ) {Echo date ("YMD: H: I: S", $ V). ",";} // and server code]);
Comments
Post a Comment