Invient DateTimeSeries

I have a bit trouble with DateTimeSeries charts. I have data collected every 15 minutes and I would like to show let we say last 2 days, i.e. 192 values. I tried various methods how to define the series ( Points only with y-values and startTime + pointInterval or Points with x,y values), but always my chart shows only 3 points/day - at 00:00, 12:00 and 00:00. Other categories are ignored. However when I check the JSON stream full data are sent to client. Am I missing any config parameter?

By default, the DateTimeSeries does not include time of a date. If time part of the date should also be considered then set the flag includeTime to true using API DateTimeSeries.setIncludeTime(true).

Let me know if you still have the issue.

Yes, it works. I overlooked this setting. Thank you for your help and for great add-on.

Robert