We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6423737 commit a8c7fa8Copy full SHA for a8c7fa8
src/plot_api/plot_config.js
@@ -117,7 +117,7 @@ var configAttributes = {
117
editSelection: {
118
valType: 'boolean',
119
dflt: true,
120
- description: 'Disables moving selections.'
+ description: 'Enables moving selections.'
121
},
122
123
autosizable: {
test/plot-schema.json
@@ -200,7 +200,7 @@
200
}
201
202
"editSelection": {
203
- "description": "Disables moving selections.",
+ "description": "Enables moving selections.",
204
"dflt": true,
205
"valType": "boolean"
206
0 commit comments