Skip to content

Update plotly.js to 1.47.4 #1547

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
May 3, 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
12 changes: 6 additions & 6 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.3",
"plotly.js": "1.47.4",
"@jupyter-widgets/base": "^1.0.0",
"lodash": "^4.17.4"
},
Expand Down
6 changes: 3 additions & 3 deletions plotly/graph_objs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38347,7 +38347,7 @@ def __init__(
Sankey plots for network flow data analysis. The nodes are
specified in `nodes` and the links between sources and targets
in `links`. The colors are set in `nodes[i].color` and
`links[i].color`; otherwise defaults are used.
`links[i].color`, otherwise defaults are used.

Parameters
----------
Expand Down Expand Up @@ -73201,8 +73201,8 @@ def __init__(
Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The
second quartile (Q2) is marked by a line inside the box. By
default, the whiskers correspond to the box' edges +/- 1.5
times the interquartile range (IQR = Q3-Q1), see "boxpoints"
for other options.
times the interquartile range (IQR: Q3-Q1), see "boxpoints" for
other options.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions plotly/graph_objs/_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,8 @@ def add_box(
Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The
second quartile (Q2) is marked by a line inside the box. By
default, the whiskers correspond to the box' edges +/- 1.5
times the interquartile range (IQR = Q3-Q1), see "boxpoints"
for other options.
times the interquartile range (IQR: Q3-Q1), see "boxpoints" for
other options.

Parameters
----------
Expand Down Expand Up @@ -6936,7 +6936,7 @@ def add_sankey(
Sankey plots for network flow data analysis. The nodes are
specified in `nodes` and the links between sources and targets
in `links`. The colors are set in `nodes[i].color` and
`links[i].color`; otherwise defaults are used.
`links[i].color`, otherwise defaults are used.

Parameters
----------
Expand Down
6 changes: 3 additions & 3 deletions plotly/graph_objs/_figurewidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,8 @@ def add_box(
Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The
second quartile (Q2) is marked by a line inside the box. By
default, the whiskers correspond to the box' edges +/- 1.5
times the interquartile range (IQR = Q3-Q1), see "boxpoints"
for other options.
times the interquartile range (IQR: Q3-Q1), see "boxpoints" for
other options.

Parameters
----------
Expand Down Expand Up @@ -6936,7 +6936,7 @@ def add_sankey(
Sankey plots for network flow data analysis. The nodes are
specified in `nodes` and the links between sources and targets
in `links`. The colors are set in `nodes[i].color` and
`links[i].color`; otherwise defaults are used.
`links[i].color`, otherwise defaults are used.

Parameters
----------
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.3'
__plotlyjs_version__ = '1.47.4'
4 changes: 2 additions & 2 deletions plotly/package_data/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3969,7 +3969,7 @@
},
"box": {
"meta": {
"description": "In vertical (horizontal) box plots, statistics are computed using `y` (`x`) values. By supplying an `x` (`y`) array, one box per distinct x (y) value is drawn If no `x` (`y`) {array} is provided, a single box is drawn. That box position is then positioned with with `name` or with `x0` (`y0`) if provided. Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2) is marked by a line inside the box. By default, the whiskers correspond to the box' edges +/- 1.5 times the interquartile range (IQR = Q3-Q1), see *boxpoints* for other options."
"description": "In vertical (horizontal) box plots, statistics are computed using `y` (`x`) values. By supplying an `x` (`y`) array, one box per distinct x (y) value is drawn If no `x` (`y`) {array} is provided, a single box is drawn. That box position is then positioned with with `name` or with `x0` (`y0`) if provided. Each box spans from quartile 1 (Q1) to quartile 3 (Q3). The second quartile (Q2) is marked by a line inside the box. By default, the whiskers correspond to the box' edges +/- 1.5 times the interquartile range (IQR: Q3-Q1), see *boxpoints* for other options."
},
"attributes": {
"type": "box",
Expand Down Expand Up @@ -35682,7 +35682,7 @@
},
"sankey": {
"meta": {
"description": "Sankey plots for network flow data analysis. The nodes are specified in `nodes` and the links between sources and targets in `links`. The colors are set in `nodes[i].color` and `links[i].color`; otherwise defaults are used."
"description": "Sankey plots for network flow data analysis. The nodes are specified in `nodes` and the links between sources and targets in `links`. The colors are set in `nodes[i].color` and `links[i].color`, otherwise defaults are used."
},
"attributes": {
"type": "sankey",
Expand Down
4 changes: 2 additions & 2 deletions plotly/package_data/plotly.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions plotlywidget/static/index.js

Large diffs are not rendered by default.