File tree Expand file tree Collapse file tree
content/docs/references/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Dashboard header action
9393| ** id** | ` string ` | ✅ | Unique widget identifier (snake_case) |
9494| ** title** | ` string ` | optional | Widget title |
9595| ** description** | ` string ` | optional | Widget description text below the header |
96- | ** type** | ` Enum<'bar' \| 'horizontal-bar' \| 'column' \| 'grouped-bar' \| 'stacked-bar' \| 'bi-polar-bar' \| ' line' \| 'area' \| 'stacked-area' \| 'step-line' \| 'spline' \| ' pie' \| 'donut' \| 'funnel' \| 'pyramid' \| ' scatter' \| 'bubble ' \| 'treemap' \| 'sankey' \| 'gauge' \| 'solid-gauge' \| 'metric' \| 'kpi' \| 'bullet' \| 'radar' \| 'table' \| 'pivot'> ` | ✅ | Visualization type |
96+ | ** type** | ` Enum<'bar' \| 'horizontal-bar' \| 'column' \| 'line' \| 'area' \| 'pie' \| 'donut' \| 'funnel' \| 'scatter' \| 'treemap' \| 'sankey' \| 'gauge' \| 'solid-gauge' \| 'metric' \| 'kpi' \| 'bullet' \| 'radar' \| 'table' \| 'pivot'> ` | ✅ | Visualization type |
9797| ** chartConfig** | ` Object ` | optional | Chart visualization configuration |
9898| ** colorVariant** | ` Enum<'default' \| 'blue' \| 'teal' \| 'orange' \| 'purple' \| 'success' \| 'warning' \| 'danger'> ` | optional | Widget color variant for theming |
9999| ** requiresObject** | ` string ` | optional | Hide the widget unless the named object is registered |
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const result = JoinedReportBlock.parse(data);
7878
7979| Property | Type | Required | Description |
8080| :--- | :--- | :--- | :--- |
81- | ** type** | ` Enum<'bar' \| 'horizontal-bar' \| 'column' \| 'grouped-bar' \| 'stacked-bar' \| 'bi-polar-bar' \| ' line' \| 'area' \| 'stacked-area' \| 'step-line' \| 'spline' \| ' pie' \| 'donut' \| 'funnel' \| 'pyramid' \| ' scatter' \| 'bubble ' \| 'treemap' \| 'sankey' \| 'gauge' \| 'solid-gauge' \| 'metric' \| 'kpi' \| 'bullet' \| 'radar' \| 'table' \| 'pivot'> ` | ✅ | |
81+ | ** type** | ` Enum<'bar' \| 'horizontal-bar' \| 'column' \| 'line' \| 'area' \| 'pie' \| 'donut' \| 'funnel' \| 'scatter' \| 'treemap' \| 'sankey' \| 'gauge' \| 'solid-gauge' \| 'metric' \| 'kpi' \| 'bullet' \| 'radar' \| 'table' \| 'pivot'> ` | ✅ | |
8282| ** title** | ` string ` | optional | Chart title |
8383| ** subtitle** | ` string ` | optional | Chart subtitle |
8484| ** description** | ` string ` | optional | Accessibility description |
You can’t perform that action at this time.
0 commit comments