You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## [5.10.0] - 2022-07-26
5
+
## [5.10.0] - 2022-08-11
6
6
7
7
### Updated
8
-
- Updated Plotly.js to from version 2.12.1 to version 2.13.3. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2133----2022-07-25) for more information. Notable changes include:
8
+
- Updated Plotly.js to from version 2.12.1 to version 2.14.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2140----2022-08-10) for more information. Notable changes include:
9
+
- Add support for `sankey` links with arrows
9
10
- Add `selections`, `newselection` and `activeselection` layout attributes to have persistent and editable selections over cartesian subplots
10
11
- Add `unselected.line.color` and `unselected.line.opacity` options to `parcoords` trace
Copy file name to clipboardexpand all lines: packages/python/plotly/codegen/resources/plot-schema.json
+12
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,11 @@
199
199
"valType": "boolean"
200
200
}
201
201
},
202
+
"editSelection": {
203
+
"description": "Enables moving selections.",
204
+
"dflt": true,
205
+
"valType": "boolean"
206
+
},
202
207
"fillFrame": {
203
208
"description": "When `layout.autosize` is turned on, determines whether the graph fills the container (the default) or the screen (if set to *true*).",
204
209
"dflt": false,
@@ -42051,6 +42056,13 @@
42051
42056
"valType": "number"
42052
42057
},
42053
42058
"link": {
42059
+
"arrowlen": {
42060
+
"description": "Sets the length (in px) of the links arrow, if 0 no arrow will be drawn.",
42061
+
"dflt": 0,
42062
+
"editType": "calc",
42063
+
"min": 0,
42064
+
"valType": "number"
42065
+
},
42054
42066
"color": {
42055
42067
"arrayOk": true,
42056
42068
"description": "Sets the `link` color. It can be a single value, or an array for specifying color for each `link`. If `link.color` is omitted, then by default, a translucent grey link will be used.",
0 commit comments