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

variablepie chart not working #125

Closed vishwas247 closed 3 years ago

vishwas247 commented 3 years ago

Any idea why variablepie is not working. I have added file variable-pie.js in highchart-files/modules. Still not working.

vishwas247 commented 3 years ago

It is working just add

${this.props.variablepie ? '<script src="https://code.highcharts.com/modules/variable-pie.js"></script>': ''}

in react-native-highcharts.js