Skip to content

Update to plotly.js 1.49.4 #1747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions packages/javascript/jupyterlab-plotly/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/javascript/jupyterlab-plotly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "~3.1.1"
},
"dependencies": {
"plotly.js": "^1.49.1",
"plotly.js": "^1.49.4",
"@types/plotly.js": "^1.44.9",
"@jupyterlab/rendermime-interfaces": "^1.3.0",
"@phosphor/messaging": "^1.2.3",
Expand Down
60 changes: 30 additions & 30 deletions packages/javascript/plotlywidget/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/javascript/plotlywidget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "~3.1.1"
},
"dependencies": {
"plotly.js": "^1.49.1",
"plotly.js": "^1.49.4",
"@jupyter-widgets/base": "^2.0.0",
"lodash": "^4.17.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/python/plotly/codegen/resources/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42761,7 +42761,7 @@
},
"steps": {
"items": {
"steps": {
"step": {
"color": {
"valType": "color",
"editType": "plot",
Expand Down
8 changes: 4 additions & 4 deletions packages/python/plotly/plotly/graph_objs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53044,13 +53044,13 @@ def gauge(self):
the gauge.
shape
Set the shape of the gauge
stepss
steps
A tuple of
plotly.graph_objects.indicator.gauge.Steps
plotly.graph_objects.indicator.gauge.Step
instances or dicts with compatible properties
stepsdefaults
stepdefaults
When used in a template (as layout.template.dat
a.indicator.gauge.stepsdefaults), sets the
a.indicator.gauge.stepdefaults), sets the
default property values to use for elements of
indicator.gauge.steps
threshold
Expand Down
Loading