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: codegen/resources/plot-schema.json
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@
142
142
},
143
143
"doubleClickDelay": {
144
144
"description": "Sets the delay for registering a double-click in ms. This is the time interval (in ms) between first mousedown and 2nd mouseup to constitute a double-click. This setting propagates to all on-subplot double clicks (except for geo and map) and on-legend double clicks.",
145
-
"dflt": 300,
145
+
"dflt": 500,
146
146
"min": 0,
147
147
"valType": "number"
148
148
},
@@ -244,7 +244,7 @@
244
244
"valType": "any"
245
245
},
246
246
"modeBarButtonsToAdd": {
247
-
"description": "Add mode bar button using config objects See ./components/modebar/buttons.js for list of arguments. To enable predefined modebar buttons e.g. shape drawing, hover and spikelines, simply provide their string name(s). This could include: *v1hovermode*, *hoverclosest*, *hovercompare*, *togglehover*, *togglespikelines*, *drawline*, *drawopenpath*, *drawclosedpath*, *drawcircle*, *drawrect*and *eraseshape*. Please note that these predefined buttons will only be shown if they are compatible with all trace types used in a graph.",
247
+
"description": "Add mode bar button using config objects See ./components/modebar/buttons.js for list of arguments. To enable predefined modebar buttons e.g. shape drawing, hover and spikelines, simply provide their string name(s). This could include: *v1hovermode*, *hoverclosest*, *hovercompare*, *togglehover*, *togglespikelines*, *drawline*, *drawopenpath*, *drawclosedpath*, *drawcircle*, *drawrect*, *eraseshape* and *downloadJson*. Please note that these predefined buttons will only be shown if they are compatible with all trace types used in a graph.",
248
248
"dflt": [],
249
249
"valType": "any"
250
250
},
@@ -3312,6 +3312,15 @@
3312
3312
"togglegroup"
3313
3313
]
3314
3314
},
3315
+
"groupdoubleclick": {
3316
+
"description": "Determines the behavior on legend group item double-click. *toggleitem* toggles the visibility of the individual item clicked on the graph. *togglegroup* toggles the visibility of all items in the same legendgroup as the item clicked on the graph. Defaults to the value of `groupclick`.",
3317
+
"editType": "legend",
3318
+
"valType": "enumerated",
3319
+
"values": [
3320
+
"toggleitem",
3321
+
"togglegroup"
3322
+
]
3323
+
},
3315
3324
"grouptitlefont": {
3316
3325
"color": {
3317
3326
"editType": "legend",
@@ -4167,7 +4176,7 @@
4167
4176
},
4168
4177
"add": {
4169
4178
"arrayOk": true,
4170
-
"description": "Determines which predefined modebar buttons to add. Please note that these buttons will only be shown if they are compatible with all trace types used in a graph. Similar to `config.modeBarButtonsToAdd` option. This may include *v1hovermode*, *hoverclosest*, *hovercompare*, *togglehover*, *togglespikelines*, *drawline*, *drawopenpath*, *drawclosedpath*, *drawcircle*, *drawrect*, *eraseshape*.",
4179
+
"description": "Determines which predefined modebar buttons to add. Please note that these buttons will only be shown if they are compatible with all trace types used in a graph. Similar to `config.modeBarButtonsToAdd` option. This may include *v1hovermode*, *hoverclosest*, *hovercompare*, *togglehover*, *togglespikelines*, *drawline*, *drawopenpath*, *drawclosedpath*, *drawcircle*, *drawrect*, *eraseshape*, *downloadJson*.",
4171
4180
"dflt": "",
4172
4181
"editType": "modebar",
4173
4182
"valType": "string"
@@ -13953,7 +13962,7 @@
13953
13962
"valType": "boolean"
13954
13963
},
13955
13964
"showspikes": {
13956
-
"description": "Determines whether or not spikes (aka droplines) are drawn for this axis. Note: This only takes affect when hovermode = closest",
13965
+
"description": "Determines whether or not spikes (aka droplines) are drawn for this axis. Note that spikes will never be drawn when `hovermode` is *false*.",
13957
13966
"dflt": false,
13958
13967
"editType": "modebar",
13959
13968
"valType": "boolean"
@@ -15202,7 +15211,7 @@
15202
15211
"valType": "boolean"
15203
15212
},
15204
15213
"showspikes": {
15205
-
"description": "Determines whether or not spikes (aka droplines) are drawn for this axis. Note: This only takes affect when hovermode = closest",
15214
+
"description": "Determines whether or not spikes (aka droplines) are drawn for this axis. Note that spikes will never be drawn when `hovermode` is *false*.",
0 commit comments