score: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


Related Query

More Query from same tag