Chart-options not registering scaleStartValue
0👍 ✅ You’ll find in the Chart.js Documentation, under Global chart configuration, that it requires scaleOverride: false to be set to true. // Boolean – If we want to override with a hard coded scale scaleOverride: false, // ** Required if scaleOverride is true ** // Number – The number of steps in a hard … Read more