Replies: 2 comments 6 replies
-
There's no out of the box implementation for this in chart.ja itself but you can use the streaming plugin or look at how they did it and write your own implementation |
Beta Was this translation helpful? Give feedback.
5 replies
-
You could also use the |
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.
-
Hi,
I try to synchronize my chart with video. I have a chart with a linear type x axis (with seconds as labels) and I would like to have an axis-shifting effect (Just like streaming for realtime). For example video has 1m 30s, Chart has 130 points, and displays 10 points chunks, sliding from right to left ( as realtime with dates). I can't find the function in docs or any examples on yt. Chart.js allow it or I must write it yourself?
Beta Was this translation helpful? Give feedback.
All reactions