0👍
Actually, you can reverse to arrays. In addition, depending on the situation, You can add new items in reverse.
labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'].reverse(),
data: [65, 59, 80, 81, 56, 55, 40].reverse(),
- Chartjs-How to modify chartjs tooltip to add customized attribute
- Chartjs-Syntax to instantiate chart.js chart
Source:stackexchange.com