Android

How to add clickable button in tooltip for Highcharts Android wrapper?
To add a clickable button to a tooltip you should first make sure that correct options for the tooltip are used. See the green highlight in the image at...
Tue, 11 Jun, 2019 at 1:02 PM
Export module requirements. How to use export module in Highcharts Android wrapper?
Please note that if you plan to use export module, you need to put specific provider in your app manifest: <provider android:authorities="com.yo...
Tue, 25 Jun, 2019 at 4:47 PM
HIColor example. How to use colors in Highcharts Android wrapper?
Highcharts Android wrapper provides its own colors implementation. As you can notice, some options are of HIColor type. You can instantiate the desired colo...
Tue, 25 Jun, 2019 at 4:49 PM
HIFunction example. How to use functions in Highcharts Android wrapper?
Thanks to Highcharts Android wrapper you can now assign native Android callbacks to on click events for specific chart elements. We will show you a small ta...
Tue, 25 Jun, 2019 at 4:52 PM
Custom fonts. How to use a custom font in Highcharts Android wrapper?
Highcharts Android 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 file t...
Wed, 26 Jun, 2019 at 10:14 AM