chartjs / chartjs-plugin-annotation

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

Enable animation on text and point of label annotation #540

Closed stockiNail closed 2 years ago

stockiNail commented 2 years ago

Fixes #539

kurkle commented 2 years ago

This is the wrong direction.

resolveElementProperties should return the new values for the element. Those values are animated using animation configuration.

Instead it currently sets new values directly and returns only options to animate.