You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the legend layout is set to the horizontal orientation and the legendPosition config variable is set to true then clicking the trace names in the legend will only toggle the visibility of the first trace.
The behaviour is as expected when the legend is vertically orientated or if its position is not editable.
The layout and config to reproduce this with 2 or more traces is as follows:
var layout = {
legend: {
orientation: 'h'
}
};
var config = {
edits: {
legendPosition: true
}
};
When the legend layout is set to the horizontal orientation and the legendPosition config variable is set to true then clicking the trace names in the legend will only toggle the visibility of the first trace.
The behaviour is as expected when the legend is vertically orientated or if its position is not editable.
The layout and config to reproduce this with 2 or more traces is as follows:
This can be seen in the following codepen: https://codepen.io/alanjmac/pen/NBNmaQ
The text was updated successfully, but these errors were encountered: