We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffc190 commit 63c935bCopy full SHA for 63c935b
1 file changed
app/components/dashboard-interactive-filters.tsx
@@ -99,6 +99,7 @@ const DashboardTimeRangeSlider = ({
99
chartConfig.cubes.map((x: DataCubeComponentFilter) => ({
100
iri: x.iri,
101
componentIris: [filter.componentIri],
102
+ joinBy: x.joinBy,
103
}))
104
),
105
(x) => x.iri
0 commit comments