Components
Link between data sources and layout ..
Last updated
Was this helpful?
Link between data sources and layout ..
Last updated
Was this helpful?
When you have the layout of the dashboard and the queries ready to get data using parameters, it's time to set the components.
Parameters act as shared values across components and are essential for dashboard interactivity:
• Function as data containers accessible by multiple components
• Enable component communication and updates
• Configuration:
- Set in input components as sources
- Configured as listeners in components that need updating
- Trigger updates when values change
x