All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

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

All the settings in this section are specified as follows:

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

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

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

View Demo

AreaSeriesType ChartJS

BarSeries

An object defining a series of the bar type.

Type:

Object

All the settings in this section are specified as follows:

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

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

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

PolarBarSeriesType ChartJS

LineSeries

An object defining a series of the line type.

Type:

Object

All the settings in this section are specified as follows:

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

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

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

View Demo

LineSeriesType ChartJS

ScatterSeries

An object defining a series of the scatter type.

Type:

Object

All the settings in this section are specified as follows:

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

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

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

View Demo

PolarScatterSeriesType ChartJS

StackedBarSeries

An object defining a series of the stackedBar type.

Type:

Object

All the settings in this section are specified as follows:

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

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

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

View Demo

PolarStackedBarSeriesType ChartJS