scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(graphs): adjust filters similar to result tables #442

Closed soyacz closed 2 months ago

soyacz commented 2 months ago

Graph filters are adjusting according to selections - this behavior differs from one in results tables and confuses users. Also it's harder to switch between different graphs (as requires deselect previous filter to show the other ones).

Adjusted graphs filters to work similarly like in results tables. Graphs thou have another level of filtering: columns (as each table column is a separate graph). These filters are not exclusive and users can select multiple of them - to show interesting multiple columns only.