Releases: highcharts-for-python/highcharts-core
Releases · highcharts-for-python/highcharts-core
v.1.3.2
v.1.3.1
v.1.3.0
- ENHANCEMENT: Modified the way that data points are serialized to JavaScript literal objects. Now, they are serialized to a JavaScript array if their configured properties are those that Highcharts (JS) supports in JavaScript array notation. Otherwise, the code falls back to serialize the data point as a JavaScript object literal. This change is intended to improve performance and reduce the size of the serialized data. (#77)
- ENHANCEMENT: Added
__repr__()
method for Highcharts Core for Python classes (#76). - ENHANCEMENT: Added
__str__()
method with special handling for difficult-to-read classes (#76). - ENHANCEMENT: Added
Chart.get_script_tags()
to retrieve Javascript<script>
tags (#78). - ENHANCEMENT: Added
utility_functions.to_snake_case()
function. - BUGFIX: Fixed incorrect serialization of datetime and Pandas
Timestamp
objects in.to_dict()
and.to_json()
(#74). - BUGFIX: Fixed incorrect serialization of
EnforcedNull
in.to_dict()
and.to_json()
(#75).
v.1.2.6
v.1.2.5
v.1.2.4
v.1.2.3
v.1.2.2
v.1.2.1
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.