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
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,25 @@ To see all merged commits on the master branch that will be part of the next plo
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
+
## [2.20.0] -- 2023-03-15
13
+
14
+
### Added
15
+
- Add `title.automargin` to enable automatic top and bottom margining for both container and paper referenced titles [[#6428](https://github.com/plotly/plotly.js/pull/6428)],
16
+
with thanks to [Gamma Technologies](https://www.gtisoft.com/) for sponsoring the related development.
17
+
18
+
19
+
## [2.19.1] -- 2023-03-14
20
+
21
+
### Fixed
22
+
- Ensure slider range stays in bounds during the drag [[#4448](https://github.com/plotly/plotly.js/pull/4448)],
23
+
with thanks to @jay-bis for the contribution!
24
+
25
+
12
26
## [2.19.0] -- 2023-03-13
13
27
14
28
### Added
15
29
- Add `label` attribute to shapes [[#6454](https://github.com/plotly/plotly.js/pull/6454)],
16
-
with thanks to the [Volkswagen](https://www.volkswagenag.com) Center of Excellence for Battery Cells for sponsoring development!
30
+
with thanks to the [Volkswagen](https://www.volkswagenag.com) Center of Excellence for Battery Systems for sponsoring development!
17
31
- Add `labelalias` to various axes namely cartesian, gl3d, polar, smith, ternary, carpet,
18
32
indicator and colorbar [[#6481](https://github.com/plotly/plotly.js/pull/6481)],
19
33
this feature was anonymously sponsored: thank you to our sponsor!
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
Copy file name to clipboardExpand all lines: dist/plot-schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9661,6 +9661,12 @@
9661
9661
}
9662
9662
},
9663
9663
"title": {
9664
+
"automargin": {
9665
+
"description": "Determines whether the title can automatically push the figure margins. If `yref='paper'` then the margin will expand to ensure that the title doesn’t overlap with the edges of the container. If `yref='container'` then the margins will ensure that the title doesn’t overlap with the plot area, tick labels, and axis titles. If `automargin=true` and the margins need to be expanded, then y will be set to a default 1 and yanchor will be set to an appropriate default to ensure that minimal margin space is needed. Note that when `yref='paper'`, only 1 or 0 are allowed y values. Invalid values will be reset to the default 1.",
0 commit comments