[Chartjs]-Load more historical data in Line charts on panning left

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

Leave a comment