Synchronize multiple panes in React.js #1108
Unanswered
julian-dotcom
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'd like to have multiple chart panes (like 4 or 5) stacked horizontally and have their x-axes synched to each other.
I understand that this can be achieved using
setVisibleLogicalRange
andsubscribeVisibleLogicalRangeChange
, but it's very slow for me, if they're all cross synched. It's easy to have one OG chart, and all other charts dependent on this OG chart. But I'd like them to cross synch withuseState
anduseEffect
hooks.Any ideas and especially examples would be greatly appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions