Open Lexical-Luke opened 11 months ago
Hi @Lexical-Luke,
You can delay the invocation using the minDurationMs
prop.
// Delay the Crosshair from showing by 1 second
<CandlestickChart.Crosshair minDurationMs={1000}>
LineChart.CursorCrosshair
also has this prop.
I see that CursorCrosshair has a prop for LongPressGestureHandlerProps, what is this and can I use it to invoke the CursorCrosshair after a certain ms delay? This would be great to enable scrollable graphs.