iOS

Additional modules. How to add an additional module?
In case of enabling an additional module, add it to plugins of HIChartView object before assign your chart options, e.g. self.chartView.plugins = @[ @&quo...
Fri, 15 May, 2020 at 7:41 PM
HIColor example. How to use colors in Highcharts iOS wrapper?
Highcharts iOS wrapper provides its own colors implementation. As you can notice, some options are of HIColor type. You can instantiate the desired color in...
Fri, 15 May, 2020 at 7:44 PM
HIFunction example. How to use functions in Highcharts iOS wrapper?
Thanks to Highcharts iOS wrapper you can now assign native iOS closures to events for specific chart elements. We will show you a small taste of such usa...
Fri, 15 May, 2020 at 7:48 PM
Custom fonts. How to use custom fonts in Highcharts iOS wrapper?
Highcharts iOS wrapper allows you to add custom fonts. If you have your own font and want to use that in your chart, follow next steps: Add a font f...
Tue, 25 Jun, 2019 at 4:41 PM