Skip to content

Commit 56cf55d

Browse files
bump to 1.57.1
1 parent 3c2fdfb commit 56cf55d

File tree

58 files changed

+324
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+324
-375
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Updated
1212

13-
- Updated Plotly.js to version 1.57.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.57.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
13+
- Updated Plotly.js to version 1.57.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.57.1/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
1414

1515
## [4.11.0] - 2020-10-01
1616

packages/javascript/jupyterlab-plotly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "~3.7.0"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.56.0",
34+
"plotly.js": "^1.57.1",
3535
"@types/plotly.js": "1.44.28",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
3737
"@lumino/messaging": "^1.2.3",

packages/javascript/plotlywidget/package-lock.json

Lines changed: 35 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/package.json

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

packages/python/plotly/plotly/graph_objs/_choropleth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def colorscale(self):
368368
Many predefined colorscale lists are included in the sequential, diverging,
369369
and cyclical modules in the plotly.colors package.
370370
- A list of 2-element lists where the first element is the
371-
normalized color level value (starting at 0 and ending at 1),
371+
normalized color level value (starting at 0 and ending at 1),
372372
and the second item is a valid color string.
373373
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
374374
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def colorscale(self):
393393
Many predefined colorscale lists are included in the sequential, diverging,
394394
and cyclical modules in the plotly.colors package.
395395
- A list of 2-element lists where the first element is the
396-
normalized color level value (starting at 0 and ending at 1),
396+
normalized color level value (starting at 0 and ending at 1),
397397
and the second item is a valid color string.
398398
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
399399
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_cone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def colorscale(self):
485485
Many predefined colorscale lists are included in the sequential, diverging,
486486
and cyclical modules in the plotly.colors package.
487487
- A list of 2-element lists where the first element is the
488-
normalized color level value (starting at 0 and ending at 1),
488+
normalized color level value (starting at 0 and ending at 1),
489489
and the second item is a valid color string.
490490
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
491491
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def colorscale(self):
411411
Many predefined colorscale lists are included in the sequential, diverging,
412412
and cyclical modules in the plotly.colors package.
413413
- A list of 2-element lists where the first element is the
414-
normalized color level value (starting at 0 and ending at 1),
414+
normalized color level value (starting at 0 and ending at 1),
415415
and the second item is a valid color string.
416416
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
417417
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_contourcarpet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def colorscale(self):
589589
Many predefined colorscale lists are included in the sequential, diverging,
590590
and cyclical modules in the plotly.colors package.
591591
- A list of 2-element lists where the first element is the
592-
normalized color level value (starting at 0 and ending at 1),
592+
normalized color level value (starting at 0 and ending at 1),
593593
and the second item is a valid color string.
594594
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
595595
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_densitymapbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def colorscale(self):
392392
Many predefined colorscale lists are included in the sequential, diverging,
393393
and cyclical modules in the plotly.colors package.
394394
- A list of 2-element lists where the first element is the
395-
normalized color level value (starting at 0 and ending at 1),
395+
normalized color level value (starting at 0 and ending at 1),
396396
and the second item is a valid color string.
397397
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
398398
- One of the following named colorscales:

0 commit comments

Comments
 (0)