Skip to main content
Version: 8.3 Beta 🚧

Report Component - Radar Chart

💡Have feedback for this page? Let us know on the IA Forum.


A Radar Chart allows you to quickly see values in comparison to related items or groups. Each value is plotted on a separate axis with a line drawn between the different values. This creates a shape that changes as the values change. An important property for the Radar Chart is Extract Order, which dictates whether to use an specified Variable or Series Key.

Report Design Component Palette Icon:

Properties​

Property Inspector - Configure Tab​

PropertyDescription
Data KeyUnique identifier or placeholder to the data source that will populate the chart.
Extract OrderSpecifies if the row or column should be used for the chart.
Series KeyKey for the series, visible only when the Extract Order is set to Row.
Variable KeyKey for the variables, visible only when the Extract Order is set to Column.
Series/Variable ColorsAdds a color to the chart for the corresponding data category.
Scripting EnabledEnables the script for this component to run.
Edit Script Allows the chart to be modified before the report is rendered.

Property Inspector - Properties Tab​

PropertyDescription
Data KeyData key of the dataset that drives the Radar Chart.
Extract OrderSpecifies if the row or column should be used for the chart.
Series KeyKey for the series, relevant only when the Extract Order is set to Row.
Variable KeyKey for the variables, relevant only when the Extract Order is set to Column.
Axis ColorColor for the axis lines.
Axis Label GapGap between axis and labels.
Label FontFont used for this chart's labels.
Label ColorColor for the labels.
Start AngleStart angle of the Radar Chart in degrees.
RotationRotation direction of the spokes of the radar chart, clockwise or counter clockwise.
Show LegendIf true, show the chart's legend.
Legend FontFont used for this chart's legend.
OpacityHow opaque the fill color is, between 0 and 1.
Stroke StyleWhat style of stroke or border to use: Hidden, Shape Outline, Border, or Double. To learn more about stroke styles, refer to Stroke and Fill Properties.
StrokeDetails for the chosen stroke. Each Stroke has its own properties depending on the Stroke Style chosen.
RollNumber of degrees this shape is rotated clockwise.
Scale XAmount to scale the width of this shape. 1 is scale to 100%.
Scale YAmount to scale the height of this shape. 1 is scale to 100%.
URLA link to attach to this reporting component. Will be a clickable hyperlink if the report is exported as a PDF. You can use the values below to link to internal pages.
  • Page:Next - Navigates to the next page.
  • Page:Back - Navigates to the previous page.
  • Page:Number - Replace "Number" with a numeral. Navigates to the specified page.
  • VisibleIf true, the shape will be visible.
    WidthWidth of this shape in pixels.
    HeightHeight of this shape in pixels.
    XHorizontal distance in pixels between the left edge of this shape and the left edge of the page.
    YVertical distance in pixels between the top edge of this shape and the top edge of the page.
    Use RasterIf true, the component is displayed as a raster image. If false, the component is displayed as a vector.

    Example​

    Radar Chart Sample CSV Data
    Name, Taste, Freshness, Price
    Banana, 8, 4, 4
    Apple, 6, 9, 7
    Pear, 9, 6, 6

    PropertyValue
    Extract OrderRow
    Series KeyName
    Series Colors#FFD800, #FF0000, #00AC00