I create a radar chart with Chart.js , but it gets as big as the biggest value in it. I want it to be set to the standard maximum value, so the range is from 0 to 100, and you can see how your progress goes on different topics. Does anyone know how to set the maximum range of values ββfor a radar map using Chart.js ?
(I tried just adding an extra dataset that is set to 100 and making it invisible, but how do you see this data if you hover over the points in the radar so it really doesn't look right)
source share