createDashboardWidget Mutation
Creates a new dashboard widget with specified configuration. Common configurations by widget type:
- Chart Widgets (Bar/Line/Pie):
- Set chartType, XAxis, YAxis
- Configure grouping and aggregation
- Set up color schemes
- List Widgets (Actions/Projects):
- Define filters (status, assignee, etc.)
- Set up sorting and grouping
- Configure display options
- Status Widgets:
- Specify project or goal
- Configure metrics to display
- Set up refresh intervals
- Custom Widgets:
- Set up embedded content
- Configure interactive elements
- Define data sources
Arguments
#
dashboardId
containerId
Response
#
Returns DashboardWidget !.
Example
#
Previous
createDashboard
Next
createForm