Hey, I'm working with doughnut charts, with a legend in the right section of the canvas (position: 'right').
I'm trying to achieve something like this:

I'm trying to align the legend labels (the text with the % value, not the box) to the right, but i can't make it.
I tried position: 'right', align: 'right', in the legend configuration, but the text does not align to the 'right'.
Is this a bug or am i doing something wrong?

Chart.js version ^3.0.0-beta.14
Thanks
Hey, I'm working with doughnut charts, with a legend in the right section of the canvas (position: 'right').

I'm trying to achieve something like this:
I'm trying to align the legend labels (the text with the % value, not the box) to the right, but i can't make it.
I tried
position: 'right', align: 'right',in the legend configuration, but the text does not align to the 'right'.Is this a bug or am i doing something wrong?
Chart.js version
^3.0.0-beta.14Thanks