highcharts / highcharts-react-native

Other
103 stars 81 forks source link

correctly pass setOptions parameters #133

Closed djiworks closed 3 years ago

djiworks commented 3 years ago

setOptions parameters are not passed to the highcharts instance in the web view. replace Highcharts.setOptions('${this.serialize(setOptions)'}); // remove quote by Highcharts.setOptions(${this.serialize(setOptions)});

Denyllon commented 3 years ago

Thank you for your contribution! It means a lot to us!