Base type for all [Widget]s that can be placed in a [DashboardGrid].
[RowWidget] and [ColumnWidget] can be used to easily flow other Widgets in a horizontal or vertical direction.
[TextWidget] can be used to add text labels easily to the grid.
[SingleNumberMetricWidget] can be used to make a widget that displays information about a [Metric] as a single number.
[LineGraphMetricWidget] and [StackedAreaGraphMetricWidget] can be used to display a series of metric values as a graph.
Converts this widget to an appropriate JSON pojo. The [xOffset] and [yOffset] parameters specify where in the final [Dashboard] grid this [Widget] should be placed.
For internal use only.
The height of the widget in grid units. The default is 6.
Valid Values: 1–1000
The width of the widget in grid units (in a 24-column grid). The default is 6.
Valid Values: 1–24
Type: Integer
Generated using TypeDoc
Base type for all [Widget]s that can be placed in a [DashboardGrid].
[RowWidget] and [ColumnWidget] can be used to easily flow other Widgets in a horizontal or vertical direction.
[TextWidget] can be used to add text labels easily to the grid.
[SingleNumberMetricWidget] can be used to make a widget that displays information about a [Metric] as a single number.
[LineGraphMetricWidget] and [StackedAreaGraphMetricWidget] can be used to display a series of metric values as a graph.