Releases: highcharts-for-python/highcharts-core
Releases · highcharts-for-python/highcharts-core
v.1.2.0
-
ENHANCEMENT: Align the API to Highcharts (JS) v.11.1 (#52). In particular, this includes:
- Added
AccessibilityPoint.description_formatproperty. - Added support for
.legend_symbolto plot options and series options. - Added
.border_radiussupport toFunnelOptionsandFunnelSeries. - Added
.interpolationsupport toHeatmapOptionsand descendents. - Added
.point_description_formatsupport toSeriesOptionsand descendents. - Added
.fill_spacesupport toTreegraphOptionsand descendents. - Added
.crossingsupport to axes. - Added
.formatsupport toTooltip.
- Added
-
ENHANCEMENT: Added support for the inclusion of scripts based on features used in the chart (#12).
-
ENHANCEMENT: Added
dictsupport to.styleproperty on labels and titles. -
DOCS: Various documentation updates and fixes.
-
DEPENDENCY: Bumped
requestsversion for security patch.
v.1.1.1
v.1.1.0
-
Align the API to Highcharts (JS) v.11. In particular, this includes:
- Updating documentation for
options.chart.ChartOptions.styled_modeto align
to new v11 design changes. - Updated documentation for
options.series.data.base.DataBase.color_indexto align to
new v11 design changes. - Added new
utility_classes.data_labels.SunburstDataLabelclass to patch missing
data label.rotation_modeproperty. - Updated
options.plot_options.SunburstOptions.data_labelsto acceptSunburstDataLabel
values. - Updated documentation of
options.axes.labels.AxisLabelOptions.distanceto reflect new (or
newly-documented) behavior. - Added new
utility_classes.data_labels.OrganizationDataLabelclass to patch misisng data label. link_text_pathproperty. - Updated
options.plot_options.organization.OrganizationOptions.data_labelsto acceptOrganizationDataLabel
values. - Added
.description_formatproperty tooptions.plot_options.accessibility.TypeOptionsAccessibility. - Added
PictorialOptions/PictorialSeriesseries type with related classes. - Added
.minor_ticks_per_majortooptions.axes.x_axis.XAxisOptions. - Added
.stack_shadowtooptions.axes.y_axis.YAxisOptions. - Added
.border_radiustoColumnRangeOptions/ColumnRangeSeries. - Added
.play_as_sandand.download_miditoglobal_options.language.Language. - Added
.border_radiustoPieOptions/PieSeries. - Added
.styletoutility_classes.buttons.CollapseButtonConfiguration. - Added
utility_classes.events.SimulationEventsand modifiedNetworkGraphOptionsto support. - Added
options.sonificationand all related classes. - Added series-level
SeriesSonificationto all series.
- Updating documentation for
-
FIXED: Broken heatmap and tilemap documentation links.
-
FIXED: Fixed missing
TreegraphOptions/TreegraphSeriesseries type.
v.1.0.2
v.1.0.1
v.1.0.0
v.1.0.0-rc9
- Added Demos to documentation
v.1.0.0-rc8
- BUGFIX: Closes #25. Fixed the edge case where if multiple notebooks are open in Jupyter Labs and
different notebooks use the same container, the charts get rendered in one container. - BUGFIX: Fixed bug when serializing a string value equal to
'Date'. - BUGFIX: Fixed boolean handling in
options.legend.LegendOptions.shadow. - Enhancement: Added
.from_array()support to thedecorators.validate_types()function. - BUGFIX: Fixed data valization in
options.plot_options.pie.PieOptions.end_angleand.start_angle. - Added
dateanddatetimesupport to axis min and max. - Added iterable support to
.from_dict()method.
v.1.0.0-rc7
- Further tweaks to documentation CSS for better accessibility.
v.1.0.0-rc6
- Added CSS overrides to documentation for better accessibility.
- Added jQuery to documentation to address issue in Sphinx 6.0 and Sphinx RTD Theme.