...
Widgets will have a defined order, from left to right, top row to bottom row.
Stacked half-height widgets will be ordered with the top widget first.
The widgets should remain in the same order when changes are made to the dashboard, such as adding a new widget or resizing the dashboard.
Where widgets no longer fit onto the same row, they will wrap onto a new row underneath. This may happen when:
the width of a widget in the row is changed.
a new widget is added to an existing row.
the size of the dashboard is changed.
Initial widget order | After a new widget is added | |
---|---|---|
Interaction
Each widget may include a maximize option to show the content in a larger space such as a Popup or separate page.
Scroll:
Static layout and Customisable auto-layout dashboards should not have a master vertical scroll, where possible.
Customisable manual layout dashboards may have a vertical scroll where there are more rows than can be shown.
Dashboards should never have a horizontal scroll.
...