A newer version of this page is available. Switch to the current version.

jQuery PieChart Series Types

This section lists the objects that define properties to be used to configure series of particular types.

Type:

Object

DoughnutSeries

An object defining a series of the doughnut type.

Type:

Object

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PieChart.

  • The commonSeriesSettings.doughnut object
    Specifies settings for all series of the doughnut type.

  • An object in the series array
    Specifies settings for an individual series.

View Demo

DoughnutSeriesType DonutSeriesType ChartJS

PieSeries

An object defining a series of the pie type.

Type:

Object

All the settings in this section are specified as follows:

  • The commonSeriesSettings object
    Specifies settings for all series in a PieChart.

  • The commonSeriesSettings.pie object
    Specifies settings for all series of the pie type.

  • An object in the series array
    Specifies settings for an individual series.

View Demo

PieSeriesType ChartJS