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 61d01e6 commit f717986Copy full SHA for f717986
src/components/legend/draw.js
@@ -30,7 +30,7 @@ module.exports = function draw(gd, container) {
30
var layer;
31
32
// Check whether this is the main legend (ie. called without any container)
33
- if(container) {
+ if(container && container._inHover) {
34
layer = container.layer;
35
clipId += '-hover';
36
} else {
0 commit comments