Skip to content

Commit da23e32

Browse files
authored
Update to plotly.js 1.49.4 (#1747)
1 parent 2c3114e commit da23e32

File tree

16 files changed

+179
-179
lines changed

16 files changed

+179
-179
lines changed

packages/javascript/jupyterlab-plotly/package-lock.json

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

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.1.1"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.49.1",
34+
"plotly.js": "^1.49.4",
3535
"@types/plotly.js": "^1.44.9",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0",
3737
"@phosphor/messaging": "^1.2.3",

packages/javascript/plotlywidget/package-lock.json

Lines changed: 30 additions & 30 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
@@ -35,7 +35,7 @@
3535
"typescript": "~3.1.1"
3636
},
3737
"dependencies": {
38-
"plotly.js": "^1.49.1",
38+
"plotly.js": "^1.49.4",
3939
"@jupyter-widgets/base": "^2.0.0",
4040
"lodash": "^4.17.4"
4141
},

packages/python/plotly/codegen/resources/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42761,7 +42761,7 @@
4276142761
},
4276242762
"steps": {
4276342763
"items": {
42764-
"steps": {
42764+
"step": {
4276542765
"color": {
4276642766
"valType": "color",
4276742767
"editType": "plot",

packages/python/plotly/plotly/graph_objs/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53044,13 +53044,13 @@ def gauge(self):
5304453044
the gauge.
5304553045
shape
5304653046
Set the shape of the gauge
53047-
stepss
53047+
steps
5304853048
A tuple of
53049-
plotly.graph_objects.indicator.gauge.Steps
53049+
plotly.graph_objects.indicator.gauge.Step
5305053050
instances or dicts with compatible properties
53051-
stepsdefaults
53051+
stepdefaults
5305253052
When used in a template (as layout.template.dat
53053-
a.indicator.gauge.stepsdefaults), sets the
53053+
a.indicator.gauge.stepdefaults), sets the
5305453054
default property values to use for elements of
5305553055
indicator.gauge.steps
5305653056
threshold

0 commit comments

Comments
 (0)