pb_si
04-10-2024Cloud Apps
Status:
Needs Votes & Comments
Series should be selected (rather than disabled) when clicking on legend
We have had several users complain that the way series selection for charts is not intuitive. Currently, when you have multiple series in a line chart and click on one in the legend, it gets disabled to highlight the others. The intent is to allow focus, but it's the wrong way around - most users expect that the item clicked should be selected and the others hidden.
The current behaviour is quite painful if you want to see one series when there are several (you have to click on all the others).
Is there a simple way to reverse the selection behaviour, or do we need to look at other options:
- wrap the control and handle it ourselves (possible?)
- build some drop-downs/UI to allow selection of whats shown
- some other neat UI work-around??