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
Clicking the brush causes the chart to go out of sync. it changes the xaxis in a large proportion and only at the first click.
I have seen different examples of brushes and I noticed that they all have a movement after the first click on the brush.
From the documentation I have been able to capture the movement of the brush through the method brushScrolled .I understand that through the method I can capture the chartContext and the final xaxis of the brush, then it is possible to calculate the time difference.
Is it possible to avoid this behavior by modifying parameters in chartContext?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Clicking the brush causes the chart to go out of sync. it changes the xaxis in a large proportion and only at the first click.
I have seen different examples of brushes and I noticed that they all have a movement after the first click on the brush.
From the documentation I have been able to capture the movement of the brush through the method brushScrolled .I understand that through the method I can capture the chartContext and the final xaxis of the brush, then it is possible to calculate the time difference.
Is it possible to avoid this behavior by modifying parameters in chartContext?
Beta Was this translation helpful? Give feedback.
All reactions