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); |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions