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);
- Chartjs-How to set minimal value for bar chart in Chart.js? (ver. 2.0.2)
- Chartjs-How i can use chart.js script in function.php as a short code, Please fixed the issue in my code
Source:stackexchange.com