Skip to content

v.1.6.0

Compare
Choose a tag to compare
@hcpchris hcpchris released this 07 Apr 01:02
· 8 commits to master since this release
418d47f
  • ENHANCEMENT: Align the API to Highcharts (JS) v.11.3 (#55). In particular, this includes:

    • Updated requirements to depend on Highcharts Core for Python v.1.6.
    • Added ChartOptions.axis_layout_runs property.
    • Added ColorAxis.height property.
    • Added ColorAxis.width property.
    • Added Data.column_types property.
    • Added Exporting.fetch_options property.
    • Implemented support for verbose axis date-time unit labelling configuration (see: DateTimeLabelFormats).
  • BUGFIX: Fixed missing functionality for RangeSelectorButton.type property (#56).

  • BUGFIX: Fixed missing FlagData.text property (courtesy of @szemek )

  • DOCUMENTATION: Fixed typos in Getting Started tutorial.