0👍
If you know there are 100 participates in the leader board, you can simply go through each piece of data and subtract 100, and then take the absolute value.
1st Place: 0 => |0-100| => 100
100th Place: 100 => |100-100| = 0
- Chartjs-How to open a new Tab with javascript and display some chart
- Chartjs-Angular protractor tests timeout on pages containing Chart.js
Source:stackexchange.com