iOS
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
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
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
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