Skip to content

Commit 0a0f2c4

Browse files
authored
Update to plotly.js 1.47.3 (#1529)
1 parent 0921054 commit 0a0f2c4

File tree

7 files changed

+58
-96
lines changed

7 files changed

+58
-96
lines changed

Diff for: js/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: js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ify-loader": "^1.1.0"
3232
},
3333
"dependencies": {
34-
"plotly.js": "1.47.1",
34+
"plotly.js": "1.47.3",
3535
"@jupyter-widgets/base": "^1.0.0",
3636
"lodash": "^4.17.4"
3737
},

Diff for: plotly/offline/_plotlyjs_version.py

+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.47.1'
3+
__plotlyjs_version__ = '1.47.3'

Diff for: plotly/package_data/plot-schema.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14544,14 +14544,15 @@
1454414544
"role": "style",
1454514545
"editType": "style",
1454614546
"anim": true,
14547-
"description": "Sets the line color."
14547+
"description": "Sets the line color.",
14548+
"dflt": "#444"
1454814549
},
1454914550
"width": {
1455014551
"valType": "number",
1455114552
"min": 0,
1455214553
"dflt": 2,
1455314554
"role": "style",
14554-
"editType": "style",
14555+
"editType": "plot",
1455514556
"anim": true,
1455614557
"description": "Sets the line width (in px)."
1455714558
},

Diff for: 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: plotly/validators/waterfall/connector/line/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(
1515
plotly_name=plotly_name,
1616
parent_name=parent_name,
1717
anim=kwargs.pop('anim', True),
18-
edit_type=kwargs.pop('edit_type', 'style'),
18+
edit_type=kwargs.pop('edit_type', 'plot'),
1919
min=kwargs.pop('min', 0),
2020
role=kwargs.pop('role', 'style'),
2121
**kwargs

Diff for: plotlywidget/static/index.js

+47-86
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)