DashboardWidget
Dashboard widget
Properties
Self link for the query definition
This map contains the placement details for eg. x, y, width, height (widget placement coordiantes)
Name of the widget
Specifies the widget type, which includes: CHART, LIST, FIELD_TABLE, EVENT_TYPE, EVENT_TREND, ALERT
Possible values are: CHART , LIST , FIELD_TABLE , EVENT_TYPE , EVENT_TREND , ALERT
If the widget is of the type chart, this field specifies the corresponding chart options E.g., logaxis, trendline, spline
If the widget is of the type chart, this field specifies the corresponding chart type E.g., pie, bar, solidGauge, line, column, fieldTable
Description of the filter type and options. This is to support the filter functionality at an individual widget level
Query definition state associated with this widget
Description of the widget
This map contains any additional properties and query criteria that the widget needs.
JSON Example
{
"widgetPlacement": {
"height": 4,
"width": 4,
"x": 0,
"y": 0
}
}
Property Of
DashboardDefinitionDto