Page 1 of 1

Script error datetime series

Posted: Thu Sep 12, 2013 12:35 pm
by 17766258
When in the chart there is a Date time series and before adding data to the series you draw the chart,
Then when draw the chart after the data in the series you get script error when the chart draws the labels.

To recreate the problem, just add the line

Code: Select all

Chart1.draw() 
After the line

Code: Select all

series.data.x=[];
to your demo file datatime.html

this happen because the Chart1.axes.bottom.increm become Infinite in the draw of the chart with empty series,
then when draw the bottom label you get the script error.

Re: Script error datetime series

Posted: Wed Sep 25, 2013 11:03 am
by yeray
Hi,

Excuse us for the delayed reply here.
I've added it to the defect list to be revised for next releases.