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 d6573f3 commit 3aeecedCopy full SHA for 3aeeced
src/components/legend/draw.js
@@ -26,7 +26,7 @@ var MAIN_TITLE = 1;
26
27
module.exports = function draw(gd, opts) {
28
if(!opts) opts = gd._fullLayout.legend || {};
29
- return _draw(gd, opts);
+ _draw(gd, opts);
30
};
31
32
function _draw(gd, legendObj) {
0 commit comments