hi, i was just wondering if there is an available ...
# gd-beginners
g
hi, i was just wondering if there is an available resource/code example for gooddata’s Dashboard component from
@gooddata/sdk-ui-dashboard
on passing filter refs into each individual insights on the rendered dashboard
j
Hello @Gideon Agboba! All the other components have the
filters
prop that you can use to simply pass the filters into individual insights (e.g.,
<ColumnChart />
). However, with the
<Dashboard />
component it is a bit more involved due to its own complexity. I assume you're looking for this example: https://gdui-examples.herokuapp.com/dashboard/accessor Let me know if it helps!
g
@Jiri Zajic thanks a bunch! this was very helpful
đź‘Ť 1