-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
bugsomething brokensomething broken
Description
Similar to #2392 ...
Plotly.newPlot(gd,
[{y: [1,2,3]}, {y: [10, 30, 20]}],
{yaxis: {showline: true}}
);
Plotly.relayout(gd, {'yaxis.showline': false});
Results in the y-axis line still being shown.
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken