jqDataVisualization for jQuery Documentation

Chart.Series.Doughnut


Hierarchy

The Doughnut chart type is similar to the Pie chart type, except that it has a hole in the center.

Defined By

Config options

Specifies whether or not the slices can be explode dynamically. ...

Specifies whether or not the slices can be explode dynamically.

Defaults to: true

Specifies the series animation.

Specifies the series animation.

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 series data.

Specifies the series data.

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 the empty point style.

Specifies the empty point style.

Specifies the series error bars.

Specifies the series error bars.

Specifies the exploded radius. ...

Specifies the exploded radius.

Defaults to: 10

Specifies indexes of the exploded slices. ...

Specifies indexes of the exploded slices.

Defaults to: []

Specifies the series fill style.

Specifies the series fill style.

Specifies series fill styles - ['red', 'blue'].

Specifies series fill styles - ['red', 'blue'].

Specifies indexes of the slices, which are hidden. ...

Specifies indexes of the slices, which are hidden.

Defaults to: []

Chart.Series.Doughnut
: Number
Specifies the inner extent (from 0 to 1) of the circle that is used for the doughnut hole. ...

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 series labels.

Specifies the series labels.

Specifies the labels align when the labels are outside. ...

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. ...

Specifies the labels extend when the labels are outside.

Defaults to: 20

Specifies the labels position. ...

Specifies the labels position.

Possible values are: 'inside' or 'outside'.

Defaults to: 'inside'

Specifies the leader line color when the labels are outside. ...

Specifies the leader line color when the labels are outside.

Defaults to: 'black'

Specifies the leader line width when the labels are outside. ...

Specifies the leader line width when the labels are outside.

Defaults to: 1

Specifies the series line width. ...

Specifies the series line width.

Defaults to: 1

Specifies the series margin. ...

Specifies the series margin.

Defaults to: 8

Specifies the series markers.

Specifies the series markers.

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint' ...

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.

Chart.Series.Doughnut
: Number

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. ...

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. ...

Specifies whether or not this series should be displayed in the scene.

Defaults to: true

Specifies the start angle in degrees.

Specifies the start angle in degrees.

Specifies the series line stroke dash array - [2, 4].

Specifies the series line stroke dash array - [2, 4].

Specifies the series line color.

Specifies the series line color.

Specifies the series title.

Specifies the series title.

Specifies whether or not this series should be displayed. ...

Specifies whether or not this series should be displayed.

Defaults to: true