Spider Chart

A Spider Chart displays data points on a radial axis, and is effective for comparing the distribution and relative importance of one or more series of data points that are grouped into one or more categories.

Public Variables (Properties)

[?]

Common variables and variable groups: Name, Visible, Breakpoints, Variable Storage, Container Properties, Styles, Preloader, Events, Component Bindings.

Common chart variables and variable groups: Common Properties, Legend, Zoom, X and Y Axes, Coordinate Grid, Tooltip, Visualization: Basic Properties, Visualization: Line, and Visualization: Point.

Data

The Data properties group includes properties for Building Chart Datasets that are common to most charts. The following properties are specific to the Spider Chart.

Source Data

The source data table used for building custom-data-based charts.

Variable Name:

sourceData

Records:

0…Unlimited

Record Format:

Field Name

Field Type

Field Description

series

String

Series

value

Double

Percent

category

String

category

Source Data Bindings

A set of expressions used to retrieve data from the records of the Source Data table and build the chart dataset. This property only applies to charts based on custom data.

Variable Name:

dataBindings

Records:

1

Record Format:

Field Name

Field Type

Field Description

series

String

Expression to define the Series of the chart dataset.

percent

String

Expression to define the Percent of the chart dataset.

category

String

Expression to define the Category of the chart dataset.

All fields of the Source Data Bindings table have the following Resolution Environment:

Default Context

Specified by the Context setting.

Default Data Table

Value specified by the Source Data table.

Default Row

0 (or dynamic if series propagation is enabled)

Environment Variables

Standard variables only.

Radial Axis

The Radial Axis extends outward from the center of the polar chart, representing the distance or magnitude of data points from the center. The properties defining the styling of the labels and tick marks of the Radial Axis are the same as those of the X Axis Properties.

Angular Axis

The Angular Axis, also known as the azimuthal or circular axis, is the circular line or set of lines that divide the polar chart into sections of concentric circles. The properties defining the styling of the labels and tick marks of the Angular Axis are the same as those of the Y Axis Properties.

Public Events

[?]

Common Events: Common Component Events, Changing Chart Zoom

Was this page helpful?