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.
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.
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'"
.
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.