File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11
2+ Release 1.9.0
3+ =========================================
4+
5+ * **BUGFIX: ** Fixed missing serialization/de-serialization of ``ChartEvents.render ``.
6+ * **BUGFIX: ** Added new ``utility_classes.data_labels.PieDataLabel `` class to ensure support for
7+ the ``.distance `` property on Pie-chart (and descended) data labels. Closes #183.
8+ * **BUGFIX: ** Fixed ``options.chart.height `` type validation to accept string values as per JS API.
9+ (Issue reported in #184).
10+ * **BUGFIX: ** Added missing support for ``options.plot_options.sunburst.SunburstOptions.border_radius ``
11+ (issue reported in #184).
12+ * **BUGFIX: ** Added support for concatenation via `+ ` operator in JS literal strings when parsed by
13+ ``.from_js_literal() ``. Closes #185.
14+ * **ENHANCEMENT: ** Added support for ``utility_classes.border_radius.BorderRadius `` object.
15+
16+ ----
17+
18+
219Release 1.8.2
320=========================================
421
Original file line number Diff line number Diff line change 1- __version__ = '1.8.2 '
1+ __version__ = '1.9.0 '
You can’t perform that action at this time.
0 commit comments