TradingPal / react-native-highcharts

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

How to styles the chart using the Highcharts json structure? #98

Closed conor909 closed 5 years ago

conor909 commented 5 years ago

In my web version I use the following, but I cant see where to apply this in RN-Highcharts

const hightchartsStyles = { ... }
Highcharts.setOptions(hightchartsStyles);
conor909 commented 5 years ago

Ok sorry I see it needs to be the options prop