Skip to content

Commit 24cda54

Browse files
Update CHANGELOG.md
1 parent d8cd3fe commit 24cda54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Items in this section may be considered backwards-incompatible changes for the p
1313
- Updated Plotly.js to from version 1.58.4 to version 2.1.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#210----2021-06-18) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
1414
- dropped support for IE9 and IE10
1515
- dropped support for long-deprecated `graph_objects` like `area` traces and `scatter.(t|r)` and `layout.(radial|angular)axis` attributes
16-
- modebar no longer has `hovermode` or `showspikes` buttons by default (can be added back with `layout.modebar.add=v1hovermode`)
16+
- modebar no longer has hovermode or spikeline buttons by default (can be added back with `fig.update_layout(modebar_add=["v1hovermode", "toggleSpikeLines"])`)
1717
- "Aa" text no longer appears on legend items unless `mode="text"`
1818
- In `bar` traces, `textposition` now defaults to `"auto"`
1919
- Font size for legend and colorbar titles now matches axis title font size (slightly bigger)

0 commit comments

Comments
 (0)