You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a chart with the following features all at once but am running into trouble.
Features:
Dynamically updating chart that keeps old data
Ability to zoom and pan
The chart should have a scrolling effect that stops once the user isn't viewing live data but continues once live data is in range again
The text was updated successfully, but these errors were encountered:
I'm able to pan and zoom and keep old data but I can't figure out how to do the scrolling effect when the user isn't viewing live data and continuing the scrolling effect once live data is in view again.
Also I run into an issue where points stop being drawn unless I am interacting with the chart through panning or zooming.
I can't figure out how to do the scrolling effect when the user isn't viewing live data and continuing the scrolling effect once live data is in view again.
you should call setData with false second arg to prevent it from setting the x scale to match the new data.
Hey, thanks for this amazing library.
I'm trying to create a chart with the following features all at once but am running into trouble.
Features:
Dynamically updating chart that keeps old data
Ability to zoom and pan
The chart should have a scrolling effect that stops once the user isn't viewing live data but continues once live data is in range again
The text was updated successfully, but these errors were encountered: