We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4709f5 commit ea16559Copy full SHA for ea16559
app/components/chart-published.tsx
@@ -19,6 +19,7 @@ import {
19
} from "@/components/chart-table-preview";
20
import { useChartStyles } from "@/components/chart-utils";
21
import { ChartWithFilters } from "@/components/chart-with-filters";
22
+import { DashboardInteractiveFilters } from "@/components/dashboard-interactive-filters";
23
import Flex from "@/components/flex";
24
import { HintBlue, HintRed, HintYellow } from "@/components/hint";
25
import {
@@ -149,6 +150,7 @@ export const ChartPublished = (props: ChartPublishedProps) => {
149
150
)}
151
</Flex>
152
<ChartTablePreviewProvider>
153
+ <DashboardInteractiveFilters />
154
<ChartWrapper layoutType={state.layout.type}>
155
<ChartPublishedInner
156
dataSource={dataSource}
0 commit comments