[Chartjs]-Adding X axis title causes Uncaught RangeError: minimumFractionDigits value is out of range in Chart.js

2👍

Nevermind, I found the problem. The problem was I was using v3.1 Chart.js, while trying to use settings from v3.5 Chart.js.

Changed the JS file version and now it’s working well.

Leave a comment