aditya1711

Results 5 comments of aditya1711

Is there a way to be able to access the Chart Object in these functions?

> Sorry, my mistake about the docs. > > Im using the `injectJavascript` method, so adding the data param there is really easy to implement. > > Summarising: the `data`...

> ### Hotfix > Modifiy `setLayout` in `HighchartsReactNative.js` > > ``` > setLayout = async () => { > const indexHtml = Asset.fromModule(require('../highcharts-layout/index.html')) > this.setState({ > layoutHTML: await FileSystem.readAsStringAsync(indexHtml.uri) >...