I'm trying to use DynamicTimeSeriesCollection but with custom time ticks, but haven't found any documentation so far.
Currently, I'm using Hour as the time base, so my time steps are 0, 1, 24, then repeat. But I only want 5 hours a day. I want to custom the domain so that it will display only 5 hours betwen 7am and 11am: 7am, 8am, 9am, 10am, 11am then repeat, and not the entire 24 hours.
How do I achieve that?