Replies: 3 comments 1 reply
-
How are you importing those plugins? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Like this, @kurkle import "chartjs-adapter-luxon";
import ChartStreaming from "chartjs-plugin-streaming";
import { Line } from "react-chartjs-2";
import Chart from "chart.js/auto";
import annotationPlugin from "chartjs-plugin-annotation"; But it works fine, if I remove the streaming plugin. The annotation plugin stops working if I register the streaming plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Both plugins worked fine but your config was wrong, see #10173 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Here is how I registered the following plugins, but the annotation-plugin doesn't seem to work after adding the streaming plugin. Can anyone help me here?
Beta Was this translation helpful? Give feedback.
All reactions