chartjs-plugin-datalabels
chartjs-plugin-datalabels copied to clipboard
Rotate datalabel around anchor point
Is there any way to achieve this?
I have labels in a scatter chart with variable length. Rotating them around their centers causes misalignment that can be fixed if I rotate them around their anchor points
Alternatively, can I move horizontally each datalabel for a fixed or scriptable amount? The offset property move them only vertically.
We need this feature too. Is it possible now?
Ok. This is implemented.
rotation: '-45',
align: '-45'