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?