I've a couple of problems:
By default the Time Series Chart uses the first and last values of the first column of data as the range for the x-axis. I want to display a full 24 hours starting on a particular hour (typically midnight or 8 a.m.).
- How can I specify the x-axis range? (I've fooled it by adding
force24HourXAxis
series with two points (startTime, 0) and (endTime, 0) but this is now showing up as "Timestamp" on the x-trace and I don't want that.) - The gridlines are offset by half an hour. The XY Chart has an offsest function to fix this. Is there one for the Time Series Chart?