Home Forums Chart Support IntervalType and Interval

IntervalType and Interval

Viewing 2 posts - 1 through 2 (of 2 total)
  • #43806

    kmi

    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?

    #43809

    @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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.