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 8ee735e commit e0be8c5Copy full SHA for e0be8c5
1 file changed
src/components/legend/handle_click.js
@@ -303,6 +303,7 @@ exports.handleTitleClick = function handleTitleClick(gd, legendObj, mode) {
303
});
304
305
toggleThisLegend = !anyVisibleHere;
306
+ toggleOtherLegends = false;
307
} else {
308
// isolate this legend or set all legends to visible
309
const anyVisibleElsewhere = allLegendItems.some(function(item) {
0 commit comments