I have been exploring the capabilities of ApexCharts to present data using a timeline chart. The example in Vue just illustrates how to display dates like:
new Date(1797, 2, 4).getTime(),
new Date(1801, 2, 4).getTime()
However, I am curious about how to customize the values to display time intervals such as 08:00-09:00.