Closed
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.
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.