Chartjs-[Chart.js]How can I prevent my chart from drawing beyond it's min time?

0👍

I didn’t find a chart.js way to solve this problem, so I had to change the datasets myself. When selecting a date range, I now remove all the elements that are outside of this scope and then update the chart.

Leave a comment