Chart.js 2.0 Formatting Y Axis with Currency and Thousands Separator
问题 I am having problems with formatting my chart axis and I am not able to find an example for the updated version 2.0. How can I (for example) make 2000000 to €2.000.000? My fiddle: https://jsfiddle.net/Hiuxing/4sLxyfya/4/ window.onload = function() { var ctx = document.getElementById("canvas").getContext("2d"); window.myBar = new Chart(ctx, { type: 'bar', data: barChartData, options: { title: { display:true, text:"Figure" }, legend: { position: "bottom" }, tooltips: { mode: 'label',