-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
This is very weird, and it seems to only occur when legends is inside the main plot.
Without restyle
, the cursor changes immediately when over on the legends.
http://codepen.io/anon/pen/LRPrgV
However with restyle
, it requires a bit of luck to get cursor correctly hover on the legends.
Plotly.restyle(graphDiv, {visible: [false, false, true, true]});
Plotly.restyle(graphDiv, {showlegend: [false, false, true, true]});
http://codepen.io/anon/pen/JRPwaj
I am using Chrome
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken
Type
Projects
Relationships
Development
Select code repository
Activity
etpinard commentedon Sep 1, 2016
Thanks for reporting
etpinard commentedon Sep 6, 2016
This bug was introduced in
1.11.0