Is it possible to render the pointerStrip and call getPointerProps on first press? #934
Closed
ThomasLVermeersch
started this conversation in
General
Replies: 1 comment
-
Yes @ThomasLVermeersch It is possible now in the latest release. Please update the library. I have added a property named |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a line chart that leverages getPointerConfig and getPointerProps to allow a user to drag their finger along a graph and see the values. The only issue is that, getPointerProps doesnt get called until you start dragging, whereas I want it to begin on first press.
So for example - you press at the index 50, nothing happens, once you drag to 49 or 51, getPointerProps fires and the pointer line shows.
Is there a way I can get this functionality on first press?
Beta Was this translation helpful? Give feedback.
All reactions