Open
Description
Feature Request: Add gestureHandlerConfig
prop to CartesianChart
Description
Currently, the CartesianChart
component does not expose props for configuring gesture handling behavior. This limits customization options related to user interactions such as touch gestures, context menus, and selection behavior.
I propose adding a gestureHandlerConfig
prop that accepts a GestureHandlerConfig
object, allowing users to define these settings.
Proposed API
<CartesianChart
gestureHandlerConfig={{
userSelect: 'none',
enableContextMenu: false,
touchAction: 'pan-y',
}}
/>
Metadata
Metadata
Assignees
Labels
No labels