I'm trying to create a LineChart in React-Native that has the following features:
Tap on the graph and add a marker in the coordinate where I tapped;
Translate the marker on the graph and change its values dynamically;
Finally, add these values to an array;
I'm using ReactNative with Typescript, I've tried several libraries but none have these features.
Does anyone have an idea how to do such a thing?
this should be the final result, in this chart, I can add a new marker(the green dots) tapping on it, and translate them