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
+14-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
### Updated
12
12
13
13
14
-
## [4.14.1] - UNRELEASED
14
+
## [4.14.2] - UNRELEASED
15
15
16
16
### Added
17
17
@@ -20,6 +20,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
20
20
### Updated
21
21
22
22
23
+
## [4.14.1] - 2020-12-09
24
+
25
+
### Added
26
+
27
+
### Fixed
28
+
29
+
### Updated
30
+
31
+
- Updated Plotly.js to version 1.58.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.58.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
32
+
- fixes for new `ticklabelposition` attribute
33
+
- fixes for a regression related to treemaps in the previous version
Copy file name to clipboardExpand all lines: packages/python/plotly/codegen/resources/plot-schema.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -61893,7 +61893,7 @@
61893
61893
"dflt": "outside",
61894
61894
"role": "info",
61895
61895
"editType": "calc",
61896
-
"description": "Determines where tick labels are drawn with respect to the axis Please note that top or bottom has no effect on x axes or when `ticklabelmode` is set to *period*. Similarly left or right has no effect on y axes or when `ticklabelmode` is set to *period*. Has no effect on *multicategory* axes or when `tickson` is set to *boundaries*."
61896
+
"description": "Determines where tick labels are drawn with respect to the axis Please note that top or bottom has no effect on x axes or when `ticklabelmode` is set to *period*. Similarly left or right has no effect on y axes or when `ticklabelmode` is set to *period*. Has no effect on *multicategory* axes or when `tickson` is set to *boundaries*. When used on axes linked by `matches` or `scaleanchor`, no extra padding for inside labels would be added by autorange, so that the scales could match."
61897
61897
},
61898
61898
"mirror": {
61899
61899
"valType": "enumerated",
@@ -63118,7 +63118,7 @@
63118
63118
"dflt": "outside",
63119
63119
"role": "info",
63120
63120
"editType": "calc",
63121
-
"description": "Determines where tick labels are drawn with respect to the axis Please note that top or bottom has no effect on x axes or when `ticklabelmode` is set to *period*. Similarly left or right has no effect on y axes or when `ticklabelmode` is set to *period*. Has no effect on *multicategory* axes or when `tickson` is set to *boundaries*."
63121
+
"description": "Determines where tick labels are drawn with respect to the axis Please note that top or bottom has no effect on x axes or when `ticklabelmode` is set to *period*. Similarly left or right has no effect on y axes or when `ticklabelmode` is set to *period*. Has no effect on *multicategory* axes or when `tickson` is set to *boundaries*. When used on axes linked by `matches` or `scaleanchor`, no extra padding for inside labels would be added by autorange, so that the scales could match."
0 commit comments