xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
203 stars 47 forks source link

Pass the tooltipIndex to tooltip.labelFormatter #11

Closed olethanh closed 5 years ago

olethanh commented 5 years ago

this allow labelFormatter to display data from the original dataset.

olethanh commented 5 years ago

Hello, sorry I realise it must be a strange PR out of the blue.

To explain my use case: I display in the graph one property of my data but in the popup I would like to display more context around this data point, eg. the time it was taken. To do so I needed the index for the point viewed, so I can find the data in the original array.