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 7ea0d25 commit 284c87fCopy full SHA for 284c87f
src/plots/gl3d/index.js
@@ -35,9 +35,6 @@ exports.layoutAttributes = require('./layout/layout_attributes');
35
36
exports.baseLayoutAttrOverrides = overrideAll({
37
hoverlabel: fxAttrs.hoverlabel
38
- // dragmode needs docalc but only when transitioning TO lasso or select
39
- // so for now it's left inside _relayout
40
- // dragmode: fxAttrs.dragmode
41
}, 'doplot', 'nested');
42
43
exports.supplyLayoutDefaults = require('./layout/defaults');
0 commit comments