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 9dcbc71 commit 0057432Copy full SHA for 0057432
src/components/legend/draw.js
@@ -36,7 +36,6 @@ var DBLCLICKDELAY = interactConstants.DBLCLICKDELAY;
36
module.exports = function draw(gd) {
37
var fullLayout = gd._fullLayout;
38
var clipId = 'legend' + fullLayout._uid;
39
- console.log(gd);
40
DBLCLICKDELAY = gd._context.doubleClickDelay ? gd._context.doubleClickDelay : DBLCLICKDELAY;
41
42
if(!fullLayout._infolayer || !gd.calcdata) return;
0 commit comments