chartjs / chartjs-plugin-annotation

Annotation plugin for Chart.js
MIT License
606 stars 328 forks source link

Enable label on ellipse annotation #749

Closed stockiNail closed 2 years ago

stockiNail commented 2 years ago

This PR is enabling the labeling of the ellipse annotation.

TODO

stockiNail commented 2 years ago

@kurkle I was thinking that maybe we could remove the bounding box to clip the label inside the box annotation, as did in this PR for ellipse. It would be a breaking change.

EDIT PR https://github.com/chartjs/chartjs-plugin-annotation/pull/764 removed bounding box in version 2.0.0