> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Radar Chart

## Intro

Radar charts are essentially [Line charts](/s/article/360042924274 "Line Graph") that use a radial grid to display data items. Scale value grid lines in a radar chart circle around a central point, which represents zero. Higher data values are farther from the center point.

Grids for radar charts are equilateral polygons, with each category plotted at a vertex of the polygon. Thus, when three categories are used in a radar chart, the grid is triangular; when eight categories are used, the grid is octagonal.

The area inside of the polygon for each series is colored translucently. This coloring makes it possible to see the "size" of a data series while still being able to see the other data series in the chart.

## Use cases

Radar charts are a useful way to display multivariate observations with an arbitrary number of variables. They are primarily suited for strikingly showing *outliers* and *commonality*, or when one chart is greater in every variable than another. They are usually used for ordinal measurements in which each variable corresponds to "better" in some respect, and all variables are on the same scale.

Radar charts are most appropriate for answering the following questions:

* Which observations are most similar, i.e., are there clusters of observations?
* Are there outliers?

Example applications might include business scenarios like the following:

* In the HR sphere, you might use a radar chart to compare the strengths of different job applicants.

  <Frame>
    <img alt="radar_example_hr.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/D4XP-ZUu0hZKYNDT/images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4r.png?fit=max&auto=format&n=D4XP-ZUu0hZKYNDT&q=85&s=11c3837864cf7d276b72f0911bff5342" width="600" height="438" data-path="images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4r.png" />
  </Frame>
* As a restaurant franchise owner, you could use a radar chart to compare aspects of different franchise locations:

  <Frame>
    <img alt="radar_example_restaurant.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/D4XP-ZUu0hZKYNDT/images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4h.png?fit=max&auto=format&n=D4XP-ZUu0hZKYNDT&q=85&s=75991d2f3f3dd773c246410f79e7827b" width="650" height="397" data-path="images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4h.png" />
  </Frame>

### Limitations

Radar charts may be difficult to interpret, especially as more and more series are added. If you need to show more than 3 series, you may want to consider a different chart type. Further, it is hard to visually compare lengths of different spokes, because radial distances are hard to judge.

An easier-to-read alternative to radar charts is the line chart. This chart type is especially helpful for showing time series.

## Powering radar charts

Radar charts require three columns or rows of data from your DataSet—one for categories (generally dates), one for values, and one for series data. At least three categories must be present in a radar chart. For information about value, category, and series data, see [Understanding Chart Data](/s/article/360043428693 "Understanding Chart Data").

In the Analyzer, you choose the columns containing the data for your radar chart. For more information about choosing data columns, see [Applying DataSet Columns to Your Chart](/s/article/360043428713 "Applying DataSet Columns to Your Chart").

For more information about formatting charts in the Analyzer, see [KPI Card Building Part 2: The Analyzer](/s/article/360043428673 "KPI Card Building Part 2: The Card Builder").

The following graphic shows you how the data from a typical column-based spreadsheet is converted into a radar chart:

<Frame>
  <img alt="" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/D4XP-ZUu0hZKYNDT/images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4m.png?fit=max&auto=format&n=D4XP-ZUu0hZKYNDT&q=85&s=2fd0a55a1ffc818981db97ece2af9716" style={{width: 650, height: 794}} width="650" height="794" data-path="images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4m.png" />
</Frame>

## Customizing radar charts

You can customize the appearance of a radar chart by editing its **Chart Properties**. For information about all chart properties, see [Chart Properties](/s/article/360042925154 "Chart Properties"). Unique properties of radar charts include the following. You can click a thumbnail image to see a larger image.

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:209;a"><thead><tr><th colspan="1" rowspan="1"><p> Property </p></th><th colspan="1" rowspan="1"><p> Description </p></th><th colspan="1" rowspan="1"><p> Example </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> General > Series Transparency </p></td><td colspan="1" rowspan="1"><p> Determines the transparency for the fill areas in a radar chart. You can specify any value between <span class="mt-font-courier-new"> 0 </span> and <span class="mt-font-courier-new"> 100 </span>, where <span class="mt-font-courier-new"> 0 </span> means the fill areas are completely opaque and <span class="mt-font-courier-new"> 100 </span> means they have no fill at all. In the example, the transparency has been set to <span class="mt-font-courier-new"> 20 </span>. </p></td><td colspan="1" rowspan="1"><p><a target="_blank" title="/@api/deki/files/995/radar_transparency.png"><img alt="" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/D4XP-ZUu0hZKYNDT/images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4j.png?fit=max&auto=format&n=D4XP-ZUu0hZKYNDT&q=85&s=e3b8da7ad7ce9b0c9490cbf270914f5a" width="396" height="256" data-path="images/kb/ka05w00000123mU-00N5w00000Ri7BU-0EM5w000005vP4j.png" /></a></p></td></tr><tr><td colspan="1" rowspan="1"><p> Category Scale > Wrap Width </p></td><td colspan="1" rowspan="1"><p> Allows you to specify the number of pixels at which category labels will wrap in radar charts. </p></td><td colspan="1" rowspan="1"><p class="mt-align-center"> — </p></td></tr></tbody></table>
