react-native-responsive-linechart
react-native-responsive-linechart copied to clipboard
disableGestures also disables tooltip dragging
Hi,
To my understanding disableTouch is supposed to disable tooltips and disableGestures is supposed to disable the scrolling.
When using disableGestures it also disables the dragging of the tooltips, I think this should only be the case when using disableTouch, or we need to add another prop.
Excerpt from documentation:
/** This disables touch for the chart. You can use this if you don't need tooltips. */
disableTouch?: boolean
/** This disables gestures for the chart. You can use this if you don't need scrolling in the chart. */
disableGestures?: boolean