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: test/plot-schema.json
+5Lines changed: 5 additions & 0 deletions
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": "Disables 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*).",
0 commit comments