oksktank / react-native-pure-chart

react-native chart library that not using svg or ART but only using react native pure components.
MIT License
287 stars 132 forks source link

Selected box in Line chart does not work properly #122

Closed HahaHopeless closed 3 years ago

HahaHopeless commented 3 years ago

When there are multiple series in the line chart, I am only able to select the data where all the series are present. If any one of the series is missing at any point in the graph, it's not possible to get the detail box.