Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DashboardOptions

Interface specifies the amount of rows and columns a Dashboard should have.

Example usage:

Desired result Value
Dashboard with 2 columns and 3 rows { numberOfColumns: 2, numberOfRows: 3 }

Index

Properties

numberOfColumns

numberOfColumns: number

Number of columns the dashboard should allocate - horizontal amount of cells.

numberOfRows

numberOfRows: number

Number of rows the dashboard should allocate - vertical amount of cells.

Optional theme

theme: Theme

Theme to use for styling the dashboard and all Panels and Charts inside it. Charts can override this theme individually if they're given their own theme.