Skip to content

Update to plotly.js 1.47.3 #1529

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
Apr 19, 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
6 changes: 3 additions & 3 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ify-loader": "^1.1.0"
},
"dependencies": {
"plotly.js": "1.47.1",
"plotly.js": "1.47.3",
"@jupyter-widgets/base": "^1.0.0",
"lodash": "^4.17.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plotly/offline/_plotlyjs_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DO NOT EDIT
# This file is generated by the updatebundle setup.py command
__plotlyjs_version__ = '1.47.1'
__plotlyjs_version__ = '1.47.3'
5 changes: 3 additions & 2 deletions plotly/package_data/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14544,14 +14544,15 @@
"role": "style",
"editType": "style",
"anim": true,
"description": "Sets the line color."
"description": "Sets the line color.",
"dflt": "#444"
},
"width": {
"valType": "number",
"min": 0,
"dflt": 2,
"role": "style",
"editType": "style",
"editType": "plot",
"anim": true,
"description": "Sets the line width (in px)."
},
Expand Down
4 changes: 2 additions & 2 deletions plotly/package_data/plotly.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plotly/validators/waterfall/connector/line/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(
plotly_name=plotly_name,
parent_name=parent_name,
anim=kwargs.pop('anim', True),
edit_type=kwargs.pop('edit_type', 'style'),
edit_type=kwargs.pop('edit_type', 'plot'),
min=kwargs.pop('min', 0),
role=kwargs.pop('role', 'style'),
**kwargs
Expand Down
133 changes: 47 additions & 86 deletions plotlywidget/static/index.js

Large diffs are not rendered by default.