Chartjs-How to give break line in data label 30 September 2023 by thecoderscamp.com 0👍 Inside the animation.onComplete() function, you can reverse() the labels array, then draw individual tokens using forEach() as follows: label.reverse().forEach((l, i) => ctx.fillText(l, bar._model.x, bar._model.y - (i * 16))) Please have a look at your amended JSFiddle Chartjs-Pass custom labels as an array to Chart JS Tool tip Chartjs-Chart.js break line in a label with a tooltip callback Source:stackexchange.com