Chartjs-ChartJs line chart time cartesian axis number of ticks and wierd offset

0👍

I only needed to set the hour of each day to (0,0,0,0)

let today = new Date();
today.setHours(0, 0, 0, 0);

Leave a comment