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
In my application, I'm using CartesianChart to display data. I want to prevent users from zooming in too close or zooming out too far, as this can make the chart unreadable.
It would be great if the PinchTransformGestureConfig could be enhanced to include properties for setting minimum and maximum scale values for both the x and y axes.
Proposal
Extend the PinchTransformGestureConfig interface with the following properties:
Description
In my application, I'm using
CartesianChart
to display data. I want to prevent users from zooming in too close or zooming out too far, as this can make the chart unreadable.It would be great if the
PinchTransformGestureConfig
could be enhanced to include properties for setting minimum and maximum scale values for both the x and y axes.Proposal
Extend the
PinchTransformGestureConfig
interface with the following properties:The text was updated successfully, but these errors were encountered: