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

Cannot use Highcharts.setOptions #30

Closed vtoupet closed 6 years ago

vtoupet commented 7 years ago

I am trying to set global Option to Highcharts Highcharts.setOptions({ global: { useUTC: false } });

I get the following error: Highcharts.setOptions is not a function

What am I doing wrong

donaldmorton commented 7 years ago

It does't support global options, but it could be a nice thing to add

532878340 commented 6 years ago

+1

luisfmsouza commented 6 years ago

I've submitted the addition of options in the PR #52

Can you check it @Infinity0106 ?

Infinity0106 commented 6 years ago

done

thanks for the PR @luisfmsouza