Closed tiste closed 2 months ago
Hello,
I have a use case where some buttons aim to go forward/backward over time.
It would be great if there is a way to move/display the cursorline from code (like hook).
Thanks again for the lib.
Hi @tiste.
Great suggestion! How about an at property that can be used like:
at
<LineChart.CursorLine at={indexToDrawLine} />
Hey @honeybadger26, it's done :) #183
Hello,
I have a use case where some buttons aim to go forward/backward over time.
It would be great if there is a way to move/display the cursorline from code (like hook).
Thanks again for the lib.