0👍
so I found a solution that is to change the svgs code
from
<svg width="14" height="14" viewBox="0 0 14 14"...
to
<svg width="16" height="16" viewBox="0 0 16 16"...
and now text aligned
- Chartjs-ChartJS hide y-axis when dataset is hidden via legend
- Chartjs-How to extends a Chart and register it
Source:stackexchange.com