Dear all,
I'm having some issues plotting a Line Chart with the horizontal axis with datetime data.
The situation is the following, I'm retrieving the data to plot from a ajax call returning a JSON formatted set of data (something similar to what is described
here). It looks like the json is well formatted because I can draw a table with the corresponding data and they are exactly how I was expecting.
In the JSON the date is coded according to the
documentation, i.e. in a string of this type "Date(2011, 10, 1, 6, 0, 0)" to get Nov. 1st 2011 6a.m. again this is recognized in the Table view.
The line chart is completely empty with the x axis ranging from 01 gen 1970 01:00:00 to 01 gen 1970 01:00:00 and the y axis from 0 to 1,00 (note the comma instead of the point).
Can you help in sorting this out?
Thanks in advance for any help!
toto