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

Heat Map #3

Closed VincentNewkirk closed 7 years ago

VincentNewkirk commented 7 years ago

Does this package support the Heat Map type from HighCharts? I've set up various other chart types throughout my app, but the Heat Map will always render nothing.

VincentNewkirk commented 7 years ago

Just solved the issue. In node-modules/react-native-highcharts/react-native-ChartView.js I had to include the script tag for the heat map url in the header of this.state.init.

Looks like some of the newer modules, mostly the maps, require it's specific tag to be included in the header.

In the case of the heat map it is

Issue solved and can be closed.