DashboardChart
A chart widget for the distributor dashboard
Champs
| Champ | Type | Description |
|---|---|---|
id | ID! | Underlying DashboardWidget id |
technicalCode | String! | Technical identifier of the widget |
label | String! | Display label |
chartType | String! | Chart type: line or bar |
position | Int! | Display order |
xFormat | String! | Format for X axis values (month_fr) |
yFormat | String! | Format for Y axis values (currency_eur, integer) |
rows | [DashboardChartRow!]! | Data rows for the chart |
itemColors | String! | JSON-encoded map of item/series names to hex color codes |
width | DashboardWidgetWidth! | Layout width within the dashboard grid |