Replies: 1 comment
-
I added this code to clip the left side of the chart - might be helpful.
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have a horizontally scrollable chart (enabled by using
transformConfig={{ pinch: { enabled: false }, pan: { enabled: true, dimensions: 'x' } }}
and enabling transformState). How can I limit scrolling to the chart figure bounds? I want the user to be unable to scroll further than the chart figure's limits.Beta Was this translation helpful? Give feedback.
All reactions