react-native-responsive-linechart icon indicating copy to clipboard operation
react-native-responsive-linechart copied to clipboard

onTooltipSelectEnd does not work for tapping

Open Rayne182 opened this issue 1 year ago • 1 comments

When I drag the tooltip I update a text field to reflect the data, and on select end I reset the data point to the latest value. But this is not possible when the user uses a single tap, in this case the tooltip persists and so does the tooltip data. I can make the tooltip disappear using hideTooltipAfter(), but this only hides the tooltip, but does not provide any functionality to reset the data point.

Is there any way to do this? Or to remove the contextual tapping altogether? I really only want users to drag on the chart and not tap.

Rayne182 avatar Mar 16 '24 21:03 Rayne182

up

Madeean avatar Apr 29 '25 04:04 Madeean