jQuery PolarChart Series Types

This section lists objects that define options used to configure series of specific types.

Type:

Object

AreaSeries

An object defining a series of the area type.

Type:

Object

AreaSeriesType ChartJS

For details on the area series type, refer to the Area topic.

BarSeries

An object defining a series of the bar type.

Type:

Object

PolarBarSeriesType ChartJS

For details on the bar series type, refer to the Bar topic.

LineSeries

An object defining a series of the line type.

Type:

Object

LineSeriesType ChartJS

For details on the line series type, refer to the Line topic.

ScatterSeries

An object defining a series of the scatter type.

Type:

Object

PolarScatterSeriesType ChartJS

For details on the scatter series type, refer to the Scatter topic.

StackedBarSeries

An object defining a series of the stackedBar type.

Type:

Object

PolarStackedBarSeriesType ChartJS

For details on the stackedBar series type, refer to the Stacked Bar topic.