Skip to content

Commit 2ce0bed

Browse files
committed
update plot-schema
1 parent 8645092 commit 2ce0bed

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

test/plot-schema.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49878,16 +49878,9 @@
4987849878
"editType": "calc",
4987949879
"valType": "number"
4988049880
},
49881-
"hoverdistance": {
49882-
"description": "Maximum distance (in pixels) to look for nearby arrows on hover.",
49883-
"dflt": 20,
49884-
"editType": "calc",
49885-
"min": -1,
49886-
"valType": "number"
49887-
},
4988849881
"hoverinfo": {
4988949882
"arrayOk": true,
49890-
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.",
49883+
"description": "Determines what trace information appears on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.",
4989149884
"dflt": "all",
4989249885
"editType": "none",
4989349886
"extras": [
@@ -50967,10 +50960,11 @@
5096750960
"valType": "number"
5096850961
},
5096950962
"text": {
50970-
"anim": true,
50971-
"description": "Sets text elements associated with each (x,y) pair.",
50963+
"arrayOk": true,
50964+
"description": "Sets text elements associated with each (x,y) pair. If a single string, the same string appears over all the data points. If an array of string, the items are mapped in order to the this trace's (x,y) coordinates. If trace `hoverinfo` contains a *text* flag and *hovertext* is not set, these elements will be seen in the hover labels.",
50965+
"dflt": "",
5097250966
"editType": "calc",
50973-
"valType": "data_array"
50967+
"valType": "string"
5097450968
},
5097550969
"textfont": {
5097650970
"color": {
@@ -51071,6 +51065,7 @@
5107151065
}
5107251066
},
5107351067
"textposition": {
51068+
"arrayOk": true,
5107451069
"description": "Sets the positions of the `text` elements with respects to the (x,y) coordinates.",
5107551070
"dflt": "middle center",
5107651071
"editType": "calc",

0 commit comments

Comments
 (0)