0π
β
I loaded 1 week data and updated time.min for xAxis to the value of the current date start. Thatβs done the trick
this.lineChartOptions.scales.xAxes[0].time.min = chartData.data[0].t - 24 * 3600000
Source:stackexchange.com