New to Kendo UI for Vue? Start a free 30-day trial

Polar

Polar charts are scatter charts which display two-dimensional data series in polar coordinates.

Basic Usage

The following example demonstrates the Polar chart in action.

Example
View Source
Change Theme:

Sub-Types

The Radar charts feature the following sub-types:

Smooth Polar Line Charts

The following example demonstrates how to configure a smooth (spline) radar line style for the Radar chart.

Example
View Source
Change Theme:

Polar Scatter Charts

The following example demonstrates how to create a Polar scatter chart whose series type is represented on the chart as non-connected data points. You can define a Polar scatter series by setting series-defaults-type="'polarScatter'".

Example
View Source
Change Theme:

Polar Area Charts

The following example demonstrates how to create a Polar area chart whose series type is represented by data points connected with straight line segments that enclose a filled area together with the chart pole. To define a Polar area chart, set type to "'polarArea'".

Example
View Source
Change Theme: