Skip to content

Commit 328ddc4

Browse files
committed
update plot-schema
1 parent ccb1712 commit 328ddc4

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

test/plot-schema.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49869,6 +49869,16 @@
4986949869
"center"
4987049870
]
4987149871
},
49872+
"arrowref": {
49873+
"description": "Determines how the u/v vector components are interpreted. If *paper*, u/v are interpreted in pixel coordinates and the rendered vector angle does not change regardless of the axis scales. If *data*, u/v are interpreted in data coordinates and the rendered vector angle may change, e.g. if zooming in along a single axis",
49874+
"dflt": "data",
49875+
"editType": "calc",
49876+
"valType": "enumerated",
49877+
"values": [
49878+
"paper",
49879+
"data"
49880+
]
49881+
},
4987249882
"customdata": {
4987349883
"description": "Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements",
4987449884
"editType": "calc",
@@ -50192,7 +50202,7 @@
5019250202
"valType": "number"
5019350203
},
5019450204
"lengthmode": {
50195-
"description": "Determines whether vector arrows are drawn according to their raw lengths, or scaled based on the maximum vector length and point density. Note: When `uvref` is *paper* vectors are always scaled and `lengthmode` *raw* is ignored.",
50205+
"description": "Determines whether vector arrows are drawn according to their raw lengths, or scaled based on the maximum vector length and point density. Note: When `arrowref` is *paper* vectors are always scaled and `lengthmode` *raw* is ignored.",
5019650206
"dflt": "scaled",
5019750207
"editType": "calc",
5019850208
"valType": "enumerated",
@@ -51148,16 +51158,6 @@
5114851158
"role": "object"
5114951159
}
5115051160
},
51151-
"uvref": {
51152-
"description": "Determines how the u/v vector components are interpreted. If *paper*, u/v are interpreted in pixel coordinates and the rendered vector angle does not change regardless of the axis scales. If *data*, u/v are interpreted in data coordinates and the rendered vector angle may change, e.g. if zooming in along a single axis",
51153-
"dflt": "data",
51154-
"editType": "calc",
51155-
"valType": "enumerated",
51156-
"values": [
51157-
"paper",
51158-
"data"
51159-
]
51160-
},
5116151161
"v": {
5116251162
"anim": true,
5116351163
"description": "Sets the y components of the vector arrows.",

0 commit comments

Comments
 (0)