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'd like to add a feature to my chart where it becomes more detailed (more data points) when a user clicks on the chart and scrubs around.
E.g. initially, the chart has 20 data points. As soon as the user clicks and moves the cursor around, the chart should still visualize the same data, but with more datapoints (e.g. 100). Once the user unclicks, it should have only 20 again, as before.
Any ideas how to implement this?
The text was updated successfully, but these errors were encountered:
Hey guys,
I'd like to add a feature to my chart where it becomes more detailed (more data points) when a user clicks on the chart and scrubs around.
E.g. initially, the chart has 20 data points. As soon as the user clicks and moves the cursor around, the chart should still visualize the same data, but with more datapoints (e.g. 100). Once the user unclicks, it should have only 20 again, as before.
Any ideas how to implement this?
The text was updated successfully, but these errors were encountered: