// const nf = Intl.NumberFormat()new Chart(ctx, { options: { scales: { scales: { yAxes: [ { ticks: { userCallback(value, index, values) { // return nf.format(value) return value.toLocaleString() } } } ] } } }})
NOTE: Refer JavaScript Format Number With Thousands Comma Separator