Skip to content

Releases: highcharts/highcharts-android

v8.1.2

17 Jun 12:21
Compare
Choose a tag to compare

Core changelog:

See full 8.1.2 changelog here.

v8.1.1

15 Jun 11:19
Compare
Choose a tag to compare

Core changelog:

See full 8.1.1 changelog here.

v8.0.4

20 Mar 16:53
Compare
Choose a tag to compare

Core changelog:

See full 8.0 changelog here.

Mobile changelog:

  • Fixed #138 - chart update() method working as intended now

v8.0

23 Dec 12:39
Compare
Choose a tag to compare

Core changelog:

See full 8.0 changelog here.

Mobile changelog:

  • Fixed #111 - HIDataLabels working now properly in HIPie charts
  • Fiexed#132 - added additional info to readme about nested objects in HIFunction

v7.2.1

13 Nov 16:09
Compare
Choose a tag to compare

Core changelog:

See full 7.2.1 changelog here.

Mobile changelog:

  • Fixed #92 - the setDistance() method in DataLabel for PieChart available again
  • Fiexed#100 - the label formatter for legend is now working correctly
  • Added native methods for HITooltip

v7.2

16 Sep 14:34
Compare
Choose a tag to compare

Core changelog:

See full 7.2 changelog here.

Mobile changelog:

  • Fixed #102 - the setProperty() method for HISeries and HIData is now working as intended,
  • Fixed #111 - fixed problem with HIPie data labels

v7.1.3

26 Aug 13:00
Compare
Choose a tag to compare

Core changelog:

See full 7.1.3 changelog here.

Mobile changelog:

v7.1.2

18 Jun 11:08
Compare
Choose a tag to compare

Core changelog:

See full 7.1.2 changelog here.

Mobile changelog:

  • Fixed #89, HIDataLabelsOptionsObject style is set by HICSSObject now
  • Fixed #97, all modules load properly now

v7.1.1

12 Apr 13:56
Compare
Choose a tag to compare

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

04 Jan 12:07
Compare
Choose a tag to compare

Core changelog:

See full 7.0.1 changelog here.

Mobile changelog:

  • Added new method setProperty(String name, Object value) for HISeries and HIData, allows adding custom properties as values which can be referred to in HIFunction implemented in Javascript
  • Fixed #43, HICSSObject was not working for some classes