[Chartjs]-How to I fix RTL issue for chart.js?

1๐Ÿ‘

โœ…

I think the calculation of textX is not correct.

EDIT: codepen: https://codepen.io/stockinail/pen/vYjJbKp

Try with:

textX = width - Math.round((width - ctx.measureText(text).width) / 2),

Leave a comment