group
The group widget allows widgets to be combined to create a single widget. The group widget can be used only on sizes: 2x4, 4x2, and 4x4.
Core structure | |
---|---|
children | The children property includes all available widgets- combining two widgets is typical for group widgets. |
Other options | |
---|---|
footer | Add text to the footer of the widget |
footerAlign | Align the footer text to left, right, center. |
placeholders | Specify a placeholder text to display if there is no data, for example - title: No data to display |
split | The option to group the widgets vertically or horizontally. By default, widgets are grouped vertically. |
For the 4x4 widget, we have a split option. In this property, a vertical or horizontal layout is possible for the widget. In this example, a combination of a chart and a list are used in a horizontal split.
Examples: See the full example using static data in GitHub.
In this example, a combination of a chart and list was configured with a vertical split.
Examples: See the full example using static data in GitHub.