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

How do I access Highcharts functions from other components #55

Open oswalakhil opened 6 years ago

oswalakhil commented 6 years ago

Hello all,

I wanted to know if I can control specific functions within the Highcharts object, such as series visibility and adding a series from buttons/components outside the Highcharts component.

An example of what I am trying would be an external legend with toggle functionality to hide and show certain series.

Thanks!