wuxudong / react-native-charts-wrapper

a react native charts wrapper (support android & iOS)
2.43k stars 657 forks source link

Is it possible to unify onChange on iOS and Android #968

Open KirillRodichevUtorg opened 10 months ago

KirillRodichevUtorg commented 10 months ago

I display a blue pointer on a chart using data from onChange. The pointer should be positioned on top of the close value of the last candle.

Android and iOS send different data in onChange events:

Is there a way to make Android work as iOS?

Proof Android Proof iOS
Screen record Screen record
iujisato commented 7 months ago

@KirillRodichevUtorg not related to this issue, but can you share how you built a blinking dot on the current value?

Also, how you made the horizontal line (reference line)? is it a limiter or a new line?