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