NOTE: This release skips the v.1.6 number to maintain alignment with the other Highcharts for Python libraries.
-
ENHANCEMENT: Align the API to Highcharts Gantt (JS) v.11.4 (#48). In particular, this includes:
- Updated requirements to depend on Highcharts Stock for Python v.1.7.
- Added
.element_typesupport to the Stock Tools GUI. - Added
Accessibility.high_contrast_modesupport. - Added
OrganizationOptions.hanging_sidesupport. - Added
SankeyOptions.node_distancesupport. - Added
TreegraphOptions.node_distancesupport. - Adjusted diagram (
ArcDiagramOptions,TreegraphOptions,DependencyWheelOptions, and
SankeyOptions).node_widthsupport and documentation. - Added
NodeOptions.heightsupport.
-
ENHANCEMENT: Align the API to Highcharts (JS) v.11.3 (#47). In particular, this includes:
- Updated requirements to depend on Highcharts Stock for Python v.1.6.
- Added
ChartOptions.axis_layout_runsproperty. - Added
ColorAxis.heightproperty. - Added
ColorAxis.widthproperty. - Added
Data.column_typesproperty. - Added
Exporting.fetch_optionsproperty. - Implemented support for verbose axis date-time unit labelling configuration (see:
DateTimeLabelFormats).
-
BUGFIX: Fixed validation error in
GanttSeries.from_pandas()(#46). -
BUGFIX: Fixed missing functionality for
RangeSelectorButton.typeproperty. -
BUGFIX: Fixed missing
FlagData.textproperty -
DOCUMENTATION: Fixed typos in Getting Started tutorial.