Replies: 1 comment 2 replies
-
In case that is all you are registering, try: import Chart from 'chart.js/auto';
import annotationPlugin from 'chartjs-plugin-annotation';
Chart.register(annotationPlugin); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I'm experiencing the following when I'm registering the Plugin:
My implementation (just like in the docs):
I'm using both ChartJS and Plugin-Annotation latest Version:
Any ideas on how to fix this? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions