Mike Kuvelas
Mike Kuvelas
The setMapType function is only available under the Android SDK. In iOS you assign mapType directly with ``` this.mapView.gMap.mapType = 4; ```
in case anyone is still using this dead library, add this under the import of Highcharts ``` require('highcharts/highcharts-more')(Highcharts); ```
columnrange is in highcharts-more, so under the import of Highcharts, add: ``` require('highcharts/highcharts-more')(Highcharts); ``` You may want to look at an alternative Highcharts wrapper because this repo is dead. Last...