jQuery UI Widgets › Forums › Chart › Bug with date xAxis and unitInterval
Tagged: bands, chart, Color Bands, date, day, jqxChart, rangecolumn, timestamp, unitInterval
This topic contains 2 replies, has 2 voices, and was last updated by kaeldric 10 years ago.
Hello, I’m using a color bands chart with a date x axis, and when I try to set the unitInterval property to scale the graph my browser crashes.
Here it is a JSFiddle of this behaviour, I modified your color bands example http://jsfiddle.net/kaeldric/a21ynteL/5/
Thank you, Federico
Hello Federico,
In this case, the unitInterval you are trying to set is not between dates but between timestamp numbers. Thus, if you wish to display a label each day, set the unitInterval to 83333333.
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
Thank you Dimitar, that was really helpful!
Have a nice day, Federico
You must be logged in to reply to this topic.