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

Radar

Radar charts, also known as Spider charts, are categorical charts which wrap the X axis in a circle or polygon.

Basic Usage

The following example demonstrates the Radar chart in action.

Example
View Source
Change Theme:

Sub-Types

The Radar charts feature the following sub-types:

Smooth Radar Line Charts

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

Example
View Source
Change Theme:

Radar Area Charts

The following example demonstrates how to create a Radar area chart whose series type is represented by data points connected with straight line segments that enclose a filled area. To configure a Radar area chart, set series-defaults-type to "'radarArea'".

Example
View Source
Change Theme:

Radar Column Charts

The following example demonstrates how to create a Radar column chart whose series type is represented as data columns with height that varies depending on their value.

Example
View Source
Change Theme: