We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfc474 commit b782c88Copy full SHA for b782c88
src/components/fx/layout_defaults.js
@@ -17,7 +17,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
17
}
18
19
coerce('dragmode');
20
- coerce('selectdirection', 'any');
+ coerce('selectdirection');
21
22
var hovermodeDflt;
23
if(layoutOut._has('cartesian')) {
0 commit comments