Visualisation definition Doughnut chart
The doughnut
chart visualisation type represents data as a doughnut chart visualisation.
Charts are accompanied by a table/list representation of the underlying chart data.
When to use
Use this visualisation type when you need to display data in as a doughnut chart.
Definition
{
id: 'doughnut-definition-example',
type: 'doughnut',
display: 'doughnut title',
description: 'doughnut visualisation description',
columns: {
...
}
}
To learn more about defining the data for the visualisation using the columns
field see here
Examples
In progress