jQuery PieChart Series Types

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

import { dxPieChartSeriesTypes } from "devextreme/viz/pie_chart"
Type:

Object

DoughnutSeries

An object defining a series of the doughnut type.

Type: any

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: any

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