Visualisation definition Scorecard

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

When to use

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

Definition

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

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

Examples

In progress