[Chartjs]-Chart JS Y-axis labeling 4 October 2023 by thecoderscamp.com 2👍 ✅ scales: { yAxes: [{ ticks: { callback: function (tickValue, index, ticks) { return Number(tickValue) .toFixed(2); } } }] } This callback function is the solution. [Chartjs]-Return List<object> from webservice 2👍 Change this yAxes: [{ ticks: { precision: 2 } }], [Chartjs]-Return List<object> from webservice Source:stackexchange.com