3๐
โ
I tested this on 2.2.1, no sure if they had Min/Max for your version.
ticks: {
max:100, // Set it to your Max value
min: 0, // You can also change the Min
beginAtZero: false, // in case you change the Min
}, // etc
Docs: tick configuration
Codepen: Chart.js Radar Chart
Source:stackexchange.com