JavaScript/jQuery PolarChart Series Types
This section lists objects that define options used to configure series of specific types.
AreaSeries
An object defining a series of the area type.

For details on the area series type, refer to the Area topic.
BarSeries
An object defining a series of the bar type.

For details on the bar series type, refer to the Bar topic.
LineSeries
An object defining a series of the line type.

For details on the line series type, refer to the Line topic.
ScatterSeries
An object defining a series of the scatter type.

For details on the scatter series type, refer to the Scatter topic.
StackedBarSeries
An object defining a series of the stackedBar type.

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