Chart.Series.Doughnut
Hierarchy
Chart.Series.SeriesChart.Series.NoAxesSeriesChart.Series.PieChart.Series.Doughnut
The Doughnut chart type is similar to the Pie chart type, except that it has a hole in the center.
Config options
Specifies whether or not the slices can be explode dynamically.
Defaults to: true
Specifies the cursor when the mouse is over a data point from this series.
Specifies the cursor when the mouse is over a data point from this series.
Specifies the data item field containing the Label value.
Specifies the data item field containing the Label value.
Specifies the data item field containing the Data value.
Specifies the data item field containing the Data value.
Specifies indexes of the exploded slices.
Defaults to: []
Specifies the inner extent (from 0 to 1) of the circle that is used for the doughnut hole. The larger the value of innerExtent, the larger the doughnut hole of the chart.
Specifies the labels align when the labels are outside.
Possible values are: 'circle' or 'column'.
Defaults to: 'circle'
Specifies the labels extend when the labels are outside.
Defaults to: 20
Specifies the labels position.
Possible values are: 'inside' or 'outside'.
Defaults to: 'inside'
Specifies the leader line color when the labels are outside.
Defaults to: 'black'
Specifies the leader line width when the labels are outside.
Defaults to: 1
Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint'
Defaults to: 'break'
Specifies indexes of the series data, which will be treated as null values.
Specifies indexes of the series data, which will be treated as null values.
Specifies the outer extent (from 0 to 1) of the doughnut circle.
Specifies the outer extent (from 0 to 1) of the doughnut circle.
Specifies whether or not this series should be displayed in the legend.
Defaults to: true
Specifies whether or not this series should be displayed in the scene.
Defaults to: true