jqDataVisualization for jQuery Documentation

Chart.Series.RadarArea


Hierarchy

The Radar chart type is a circular chart that is used primarily as a data comparison tool. It is sometimes called a spider chart or a star chart. The plot area can also be displayed as a polygon.

Defined By

Config options

Specifies the series animation.

Specifies the series animation.

Specifies the cursor when the mouse is over a data point from this series.

Specifies the cursor when the mouse is over a data point from this series.

Specifies the series data.

Specifies the series data.

Specifies the empty point style.

Specifies the empty point style.

Specifies the series error bars.

Specifies the series error bars.

Specifies the series fill style.

Specifies the series fill style.

Specifies the series labels.

Specifies the series labels.

Chart.Series.RadarArea
: Number
Specifies the series line width. ...

Specifies the series line width.

Defaults to: 0

Overrides: Chart.Series.RadarLine.lineWidth

Chart.Series.RadarArea
: Chart.Marker

Specifies the series markers.

Specifies the series markers.

Overrides: Chart.Series.RadarLine.markers

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint' ...

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint'

Defaults to: 'break'

Specifies indexes of the series data, which will be treated as null values.

Specifies indexes of the series data, which will be treated as null values.

Specifies whether or not this series should be displayed in the legend. ...

Specifies whether or not this series should be displayed in the legend.

Defaults to: true

Specifies whether or not this series should be displayed in the scene. ...

Specifies whether or not this series should be displayed in the scene.

Defaults to: true

Specifies the series line stroke dash array - [2, 4].

Specifies the series line stroke dash array - [2, 4].

Specifies the series line color.

Specifies the series line color.

Specifies the series title.

Specifies the series title.

Specifies whether or not this series should be displayed. ...

Specifies whether or not this series should be displayed.

Defaults to: true

Specifies the data item field containing the X value.

Specifies the data item field containing the X value.

Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Specifies the data item field containing the Y value.

Specifies the data item field containing the Y value.

Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.