TradingPal / react-native-highcharts

📈 Add Highcharts charts to react-native app for IOS and Android
https://github.com/TradingPal/react-native-highcharts
256 stars 158 forks source link

Chart is scrolling while trying to select some values #34

Open mb8z opened 7 years ago

mb8z commented 7 years ago

I have my charted configured so I have crosshair enabled on xAxis and plotSeries like they wrote in the docs - jsfiddle below: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-point-events-mouseover/

My problem is that if I try to point my finger over the chart it scrolls and highlights xAxis labels instead of displaying the label properly. What might be causing the scroll and how to fix it? I have been trying for a few hours with no results

Infinity0106 commented 6 years ago

I really don't know, but I can say that this may be a problem with the html not with the components of react-native, if you find the solution let me know pls