sentry icon indicating copy to clipboard operation
sentry copied to clipboard

fix(dashboards): control legends individually

Open nikkikapadia opened this issue 1 year ago • 2 comments

Previously charts that have the same series on their legend were controlled together (toggling one off would toggle them both off). Now the legend can be controlled individually as they are associated with the widget id. Since it is stored in the query (in the format widgetId-seriesName1-seriesName2-...), this also fixes the issue where selecting a new time range or other filter changes reset what series were selected.

video evidence:

https://github.com/user-attachments/assets/2a61d162-bc08-4129-983e-bfe328a5bcd0

nikkikapadia avatar Oct 07 '24 13:10 nikkikapadia