Visualisation definition Scorecard group

The scorecard-group chart visualisation type represents data as a group of scorecards.

A scorecard-group is made of one or many scorecards. see here

When to use

Use this visualisation type when you need to display data as a group of scorecards.

Definition

{
  id: 'scorecard-group-definition-example',
  type: 'scorecard-group',
  display: 'Scorecard group title',
  description: 'Scorecard group visualisation description',
  columns: {
    ...
  }
}

To learn more about defining the data for the visualisation using the columns field see here

Examples

In progress