2👍
You should change y translation by factor of 2:
ctx.translate(arc.round.x, arc.round.y*2);
- [Chartjs]-Get X, Y onClick chart coordinates in ChartJS
- [Chartjs]-Remove x-axis label/text in chart.js
Source:stackexchange.com
2👍
You should change y translation by factor of 2:
ctx.translate(arc.round.x, arc.round.y*2);