0

Hi there I want to achieve this kind of sliding line with tooltip in react native charts or SVG charts.Can anyone help me to figure it out how we can achieve this

enter image description here

Zaid Qureshi
  • 155
  • 3
  • 12

2 Answers2

1

here is example for interactive charts

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/31237091) – David Scholz Mar 11 '22 at 16:58
0

This type of chart can be made easily using react-native-gifted-charts.
This chart library needs minimal learning and provides amzing features like animation, touchable, scroll, gradient etc.
Open gifted charts documentation and scroll down to the pointerConfig section to see example charts with sliding bar and tooltip.