Good morning everyone! I have trouble filtering a ...
# gooddata-platform
j
Good morning everyone! I have trouble filtering a custom visualization. I use the Dashboard component to show the original GoodData dashboard. and I use the "InsightComponentProvider" to override the original GoodData insight with AmChart insight if there is a specific symbol in the title. It works. But when I use filters, it applies only to the original GoodData insight. How I can pass (use) applied filters to the custom AmChart insight component? I use useInsightDataView hook to get original data of the insight.
m
Hi Julia! I see that you are including filters in your
useInsightDataView
hook, however these seem to come from the insight you are overriding. Try pointing it to filters from dashboard props. Hope this helps.