Releases: highcharts/highcharts-android
Releases · highcharts/highcharts-android
v8.1.2
v8.1.1
v8.0.4
v8.0
v7.2.1
v7.2
v7.1.3
v7.1.2
v7.1.1
Core changelog:
See full 7.1.1 changelog here.
Mobile changelog:
- Fixed #79, HIChartView no more freezes when its focus is lost
- Fixed #75, the wrapper embeds external JS libraries used by some Highcharts features now
- Added possibility to use custom fonts
- Chart update feature for lists: changing any object from the chart's options inside an list causes the chart to be updated automatically.
- Added methods from Highcharts JS for classes: HIChartView, HIAnnotations, HIXAxis, HIYAxis, HIZAxis, HILegend, HIPlotLines, HIPlotBands, HIPoint, HISeries
- HIChartView does not crash app anymore when options are not attached to the chart - it logs the relevant information now instead
v7.0.1
Core changelog:
See full 7.0.1 changelog here.
Mobile changelog:
- Added new method
setProperty(String name, Object value)
forHISeries
andHIData
, allows adding custom properties as values which can be referred to inHIFunction
implemented in Javascript - Fixed #43,
HICSSObject
was not working for some classes