Skip to content

Commit

Permalink
fix(marimekko): actually honor filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Nov 2, 2023
1 parent 371d45e commit 666ce4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class MarimekkoChart
if (!this.yColumnSlugs.length) return table

if (excludedEntities || includedEntities) {
this.filterManuallySelectedEntities(table)
table = this.filterManuallySelectedEntities(table)
}

// TODO: remove this filter once we don't have mixed type columns in datasets
Expand Down

0 comments on commit 666ce4f

Please sign in to comment.