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_format
property. - Added support for
.legend_symbol
to plot options and series options. - Added
.border_radius
support toFunnelOptions
andFunnelSeries
. - Added
.interpolation
support toHeatmapOptions
and descendents. - Added
.point_description_format
support toSeriesOptions
and descendents. - Added
.fill_space
support toTreegraphOptions
and descendents. - Added
.crossing
support to axes. - Added
.format
support toTooltip
.
- Added
-
ENHANCEMENT: Added support for the inclusion of scripts based on features used in the chart (#12).
-
ENHANCEMENT: Added
dict
support to.style
property on labels and titles. -
DOCS: Various documentation updates and fixes.
-
DEPENDENCY: Bumped
requests
version 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_mode
to align
to new v11 design changes. - Updated documentation for
options.series.data.base.DataBase.color_index
to align to
new v11 design changes. - Added new
utility_classes.data_labels.SunburstDataLabel
class to patch missing
data label.rotation_mode
property. - Updated
options.plot_options.SunburstOptions.data_labels
to acceptSunburstDataLabel
values. - Updated documentation of
options.axes.labels.AxisLabelOptions.distance
to reflect new (or
newly-documented) behavior. - Added new
utility_classes.data_labels.OrganizationDataLabel
class to patch misisng data label. link_text_path
property. - Updated
options.plot_options.organization.OrganizationOptions.data_labels
to acceptOrganizationDataLabel
values. - Added
.description_format
property tooptions.plot_options.accessibility.TypeOptionsAccessibility
. - Added
PictorialOptions
/PictorialSeries
series type with related classes. - Added
.minor_ticks_per_major
tooptions.axes.x_axis.XAxisOptions
. - Added
.stack_shadow
tooptions.axes.y_axis.YAxisOptions
. - Added
.border_radius
toColumnRangeOptions
/ColumnRangeSeries
. - Added
.play_as_sand
and.download_midi
toglobal_options.language.Language
. - Added
.border_radius
toPieOptions
/PieSeries
. - Added
.style
toutility_classes.buttons.CollapseButtonConfiguration
. - Added
utility_classes.events.SimulationEvents
and modifiedNetworkGraphOptions
to support. - Added
options.sonification
and all related classes. - Added series-level
SeriesSonification
to all series.
- Updating documentation for
-
FIXED: Broken heatmap and tilemap documentation links.
-
FIXED: Fixed missing
TreegraphOptions
/TreegraphSeries
series 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_angle
and.start_angle
. - Added
date
anddatetime
support 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.