You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
13
13
14
14
### Added
15
15
- Add `subtitle` attribute to `layout.title` to enable adding subtitles to plots [[#7012](https://github.com/plotly/plotly.js/pull/7012)]
16
-
- Introduce "<u>" and "<s>" pseudo html tags to add partial underline and strike-through styles to SVG text elements [[#7043](https://github.com/plotly/plotly.js/pull/7043)]
16
+
- Introduce "u" and "s" pseudo html tags to add partial underline and strike-through styles to SVG text elements [[#7043](https://github.com/plotly/plotly.js/pull/7043)]
17
17
- Add geometric mean functionality and 'geometric mean ascending' + 'geometric mean descending' to `category_order` on cartesian axes [[#6223](https://github.com/plotly/plotly.js/pull/6223)],
18
18
with thanks to @acxz and @prabhathc for the contribution!
19
19
- Add axis property `ticklabelindex` for drawing the label for each minor tick n positions away from a major tick,
@@ -26,7 +26,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
26
26
### Fixed
27
27
- Fix displaying scattergl traces while zooming or panning (regression introduced in 2.26.0) [[#7018](https://github.com/plotly/plotly.js/pull/7018)],
28
28
with thanks to @eiriklv for the contribution!
29
-
- Fix for excessive hoverlabel removal and overlap for plots with both `scatter` and `bar` traces which reported in[[#6954](https://github.com/plotly/plotly.js/pull/6954)],
29
+
- Fix for excessive hoverlabel removal and overlap for plots with both scatter and bar traces [[#6954](https://github.com/plotly/plotly.js/pull/6954)],
30
30
with thanks to @mbant for the contribution!
31
31
- Fix adding cartesian "togglehover" when included in `modebar.add`[[#5879](https://github.com/plotly/plotly.js/pull/5879)],
0 commit comments