You must be logged in to post your query.
Home › Forums › Chart Support › IntervalType and Interval
Tagged: intervalType
Hello, I am working on a column chart that also has splineArea in it. The data being fed to the chart is hourly data with X being DateTime and Y being a total. The problem is, even when I set the intervalType to Day and interval to 1, it is still displaying a column per hour. I would assumed it would have combined 24 hours of data into one column. Is that how it is supposed to work?
@kmi,
CanvasJS plots the datapoints in the same order that it is passed to the chart, without sorting or grouping. interval and intervalType properties are used to display axis labels at the specified interval and not to group datapoints.
— Thangaraj Raman Team CanvasJS
You must be logged in to reply to this topic. Login/Register