Highcharts for Python のリリース
Released: Nov 10, 2023
v1.5.1 での更新項目
不具合の修正
Core
- Fixed bug in JS literal serialization that would misinterpret strings that start with
{, end with }, and contain a colon (:) as an object literal rather than as a string.
Maps
- Fixed incorrect assignment of options.chart.map value.
Released: Nov 2, 2023
v1.5.0 での更新項目
機能
Core
- Aligned the API to Highcharts (JS) v11.2. In particular, this includes:
- Added AxisEvents.point_break_out property.
- Added .node_alignment property to SankeyOptions and SankeySeries.
- Added .link_color_mode property to SankeyOptions and SankeySeries.
- Added .inactive_other_points property to multiple series types.
- Added .grouping property to Lollipop series type.
- Added .low_marker property Area Range and Dumbell series types.
- Added .show_export_in_progress and .export_in_progress support...
Released: Oct 26, 2023
v1.4.6 での更新項目
不具合の修正
Stock
- Fixed
FlagData and FlagDataCollection serialization bug.
Released: Oct 25, 2023
v1.4.5 での更新項目
不具合の修正
Stock
- Fixed
FlagDataCollection serialization bug.
Released: Oct 25, 2023
v1.4.4 での更新項目
不具合の修正
Stock
- Added
FlagData and FlagDataCollection classes.
Released: Oct 25, 2023
v1.4.3 での更新項目
不具合の修正
Stock
- Fixed error in
FlagsSeries serialization and added unit test.
Core
- Fixed edge case error when deserializing
ChartOptions using .from_dict() with a dict that had been serialized using .to_dict() which errored on .margin and .spacing.
Released: Oct 25, 2023
v1.4.2 での更新項目
不具合の修正
Stock
- Fixed missing
.data property in FlagSeries objects.
Core
- Fixed location of the
histogram.js module and bellcurve.js module to reflect latest changes in Highcharts (JS).
Released: Oct 17, 2023
v1.4.1 での更新項目
不具合の修正
Core
- Fixed handling of
numpy.datetime64 values in DataPointCollection.
Stock
- Fixed serialization of OHLCData to JS literal
.open property no longer serializing to null.
Maps
- Fixed incorrect cross-dependency inheritance in
options/series_generator.create_series_obj().
Released: Oct 10, 2023
v1.4.0 での更新項目
機能
- Performance gains in the
.to_js_literal() method. Implementation seems to improve performance by 50 - 90%.
- Performance gains in the
.to_json() method. Implementation seems to improve performance by 30 - 90%.
- Significantly simplified use of the
.from_pandas() method to support:
- Creation of multiple series from one DataFrame in one method call.
- Creation of series without needing to specify a full property map.
- Support for creating series by DataFrame row, rather than just by DataFrame column...
Released: Aug 7, 2023
v1.3.x での更新項目
v1.3.7
Updated Aug 18, 2023
Features
- Highcharts Core for Python
- Fixed bug in HighchartsMeta.copy()
- Fixed bug in data point serialization to primitive array.
v1.3.6
Updated Aug 16, 2023
Features
- Highcharts Core for Python
- Adding missing
menu...Style properties to Navigation class.
v1.3.5
Updated Aug 16, 2023
Fixes
- Highcharts Core for Python
- Fixed validation of style properties in the
Legend class.
v1.3.4
Updated Aug 13, 2023
Features
- Highcharts Core for Python
- Converted ButtonTheme into an...