Skip to content

Commit 62f1c4d

Browse files
bump plotly.js to 1.58.2
1 parent 7de46bc commit 62f1c4d

File tree

12 files changed

+163
-73
lines changed

12 files changed

+163
-73
lines changed

Diff for: CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111
### Updated
1212

1313

14-
## [4.14.1] - UNRELEASED
14+
## [4.14.2] - UNRELEASED
1515

1616
### Added
1717

@@ -20,6 +20,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2020
### Updated
2121

2222

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
34+
35+
2336
## [4.14.0] - 2020-12-07
2437

2538
### Added

Diff for: packages/javascript/plotlywidget/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/javascript/plotlywidget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "~3.1.1"
3434
},
3535
"dependencies": {
36-
"plotly.js": "^1.58.1",
36+
"plotly.js": "^1.58.2",
3737
"@jupyter-widgets/base": "^2.0.0 || ^3.0.0",
3838
"lodash": "^4.17.4"
3939
},

Diff for: packages/python/plotly/codegen/resources/plot-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61893,7 +61893,7 @@
6189361893
"dflt": "outside",
6189461894
"role": "info",
6189561895
"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."
6189761897
},
6189861898
"mirror": {
6189961899
"valType": "enumerated",
@@ -63118,7 +63118,7 @@
6311863118
"dflt": "outside",
6311963119
"role": "info",
6312063120
"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."
6312263122
},
6312363123
"mirror": {
6312463124
"valType": "enumerated",

Diff for: packages/python/plotly/plotly/graph_objs/_layout.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -4270,7 +4270,10 @@ def xaxis(self):
42704270
left or right has no effect on y axes or when
42714271
`ticklabelmode` is set to "period". Has no
42724272
effect on "multicategory" axes or when
4273-
`tickson` is set to "boundaries".
4273+
`tickson` is set to "boundaries". When used on
4274+
axes linked by `matches` or `scaleanchor`, no
4275+
extra padding for inside labels would be added
4276+
by autorange, so that the scales could match.
42744277
ticklen
42754278
Sets the tick length (in px).
42764279
tickmode
@@ -4742,7 +4745,10 @@ def yaxis(self):
47424745
left or right has no effect on y axes or when
47434746
`ticklabelmode` is set to "period". Has no
47444747
effect on "multicategory" axes or when
4745-
`tickson` is set to "boundaries".
4748+
`tickson` is set to "boundaries". When used on
4749+
axes linked by `matches` or `scaleanchor`, no
4750+
extra padding for inside labels would be added
4751+
by autorange, so that the scales could match.
47464752
ticklen
47474753
Sets the tick length (in px).
47484754
tickmode

Diff for: packages/python/plotly/plotly/graph_objs/layout/_xaxis.py

+9-3
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,9 @@ def ticklabelposition(self):
19781978
`ticklabelmode` is set to "period". Similarly left or right has
19791979
no effect on y axes or when `ticklabelmode` is set to "period".
19801980
Has no effect on "multicategory" axes or when `tickson` is set
1981-
to "boundaries".
1981+
to "boundaries". When used on axes linked by `matches` or
1982+
`scaleanchor`, no extra padding for inside labels would be
1983+
added by autorange, so that the scales could match.
19821984
19831985
The 'ticklabelposition' property is an enumeration that may be specified as:
19841986
- One of the following enumeration values:
@@ -2843,7 +2845,9 @@ def _prop_descriptions(self):
28432845
Similarly left or right has no effect on y axes or when
28442846
`ticklabelmode` is set to "period". Has no effect on
28452847
"multicategory" axes or when `tickson` is set to
2846-
"boundaries".
2848+
"boundaries". When used on axes linked by `matches` or
2849+
`scaleanchor`, no extra padding for inside labels would
2850+
be added by autorange, so that the scales could match.
28472851
ticklen
28482852
Sets the tick length (in px).
28492853
tickmode
@@ -3351,7 +3355,9 @@ def __init__(
33513355
Similarly left or right has no effect on y axes or when
33523356
`ticklabelmode` is set to "period". Has no effect on
33533357
"multicategory" axes or when `tickson` is set to
3354-
"boundaries".
3358+
"boundaries". When used on axes linked by `matches` or
3359+
`scaleanchor`, no extra padding for inside labels would
3360+
be added by autorange, so that the scales could match.
33553361
ticklen
33563362
Sets the tick length (in px).
33573363
tickmode

Diff for: packages/python/plotly/plotly/graph_objs/layout/_yaxis.py

+9-3
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,9 @@ def ticklabelposition(self):
18491849
`ticklabelmode` is set to "period". Similarly left or right has
18501850
no effect on y axes or when `ticklabelmode` is set to "period".
18511851
Has no effect on "multicategory" axes or when `tickson` is set
1852-
to "boundaries".
1852+
to "boundaries". When used on axes linked by `matches` or
1853+
`scaleanchor`, no extra padding for inside labels would be
1854+
added by autorange, so that the scales could match.
18531855
18541856
The 'ticklabelposition' property is an enumeration that may be specified as:
18551857
- One of the following enumeration values:
@@ -2708,7 +2710,9 @@ def _prop_descriptions(self):
27082710
Similarly left or right has no effect on y axes or when
27092711
`ticklabelmode` is set to "period". Has no effect on
27102712
"multicategory" axes or when `tickson` is set to
2711-
"boundaries".
2713+
"boundaries". When used on axes linked by `matches` or
2714+
`scaleanchor`, no extra padding for inside labels would
2715+
be added by autorange, so that the scales could match.
27122716
ticklen
27132717
Sets the tick length (in px).
27142718
tickmode
@@ -3208,7 +3212,9 @@ def __init__(
32083212
Similarly left or right has no effect on y axes or when
32093213
`ticklabelmode` is set to "period". Has no effect on
32103214
"multicategory" axes or when `tickson` is set to
3211-
"boundaries".
3215+
"boundaries". When used on axes linked by `matches` or
3216+
`scaleanchor`, no extra padding for inside labels would
3217+
be added by autorange, so that the scales could match.
32123218
ticklen
32133219
Sets the tick length (in px).
32143220
tickmode
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT
22
# This file is generated by the updatebundle setup.py command
3-
__plotlyjs_version__ = "1.58.1"
3+
__plotlyjs_version__ = "1.58.2"

Diff for: packages/python/plotly/plotly/package_data/plotly.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/python/plotly/plotly/validators/layout/_xaxis.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,10 @@ def __init__(self, plotly_name="xaxis", parent_name="layout", **kwargs):
388388
left or right has no effect on y axes or when
389389
`ticklabelmode` is set to "period". Has no
390390
effect on "multicategory" axes or when
391-
`tickson` is set to "boundaries".
391+
`tickson` is set to "boundaries". When used on
392+
axes linked by `matches` or `scaleanchor`, no
393+
extra padding for inside labels would be added
394+
by autorange, so that the scales could match.
392395
ticklen
393396
Sets the tick length (in px).
394397
tickmode

Diff for: packages/python/plotly/plotly/validators/layout/_yaxis.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,10 @@ def __init__(self, plotly_name="yaxis", parent_name="layout", **kwargs):
380380
left or right has no effect on y axes or when
381381
`ticklabelmode` is set to "period". Has no
382382
effect on "multicategory" axes or when
383-
`tickson` is set to "boundaries".
383+
`tickson` is set to "boundaries". When used on
384+
axes linked by `matches` or `scaleanchor`, no
385+
extra padding for inside labels would be added
386+
by autorange, so that the scales could match.
384387
ticklen
385388
Sets the tick length (in px).
386389
tickmode

0 commit comments

Comments
 (0)