allegro / turnilo

Business intelligence, data exploration and visualization web application for Druid, formerly known as Swiv and Pivot
https://allegro.github.io/turnilo/
Apache License 2.0
730 stars 174 forks source link

Filter Exclusion Visualisation #1086

Open johngeorgewright opened 1 year ago

johngeorgewright commented 1 year ago

It's not clear which filters are inclusions or exclusions. Could we have some feedback in the UI? For example, a strike-through:

Screenshot 2023-09-13 at 10 36 27

adrianmroz commented 1 year ago

Looks like a bug.

Right now produced css doesn't make sense:

.tile-row .items.excluded .values {
  text-decoration: line-through
}

.excluded should be modyfing tile .not .items

It should work if we move this declaration inside that one