# Radar chart

{% hint style="info" %}
Availability:

* Summary view - All modes except for Transaction mode.
* Focused view (when you select and focus on items in a dimension) - All modes except for Search, Transaction and Market. It is particularly useful in Matrix mode.
  {% endhint %}

A Radar chart (sometimes known as a spider chart) plots variables by providing an axis for each variable, arranged radially (like bicycle spokes) around a central point.&#x20;

A radar chart is particularly useful for charting matrix results, in other words, plotting two dimensions against each other. It is also useful for plotting monthly performance, where each 'spoke' is a month.  &#x20;

Typically, column headings in the grid are labels around the radar chart. Rows become the lines and legend of your radar chart. The first selected measure displays as labels on the vertical radius of your radar chart.&#x20;

<table data-header-hidden><thead><tr><th width="142"></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><strong>Summary view</strong></td><td><strong>Focused view</strong></td></tr><tr><td><strong>Contents</strong></td><td><p>The lines depend on the mode:</p><ul><li>In Period and Moving mode, there are lines for the current and previous periods.</li><li>In Stream mode, there are lines for the stream and variance stream.</li><li>In Total mode, there is one line for the total.</li></ul><p>The circumference labels are each time unit (month/day/year) in the current period.</p></td><td><p>The contents depend on the mode:</p><ul><li>In Period and Moving mode, there are lines for each of the focused items. The circumference labels are each time unit (month/day/year) in the current period.</li><li>In Variance mode, there are lines for the current and previous periods. The circumference labels are the focused items.</li><li>In Stream mode, there are lines for the stream and variance stream. The circumference labels are the focused items.</li><li>In Total mode, there is one line for the total. The circumference labels are the focused items.</li></ul></td></tr><tr><td><strong>Example</strong></td><td><img src="/files/QpOIbEUW24UuZmnKmfYW" alt="" data-size="original"></td><td><img src="/files/PZUdBsDTMHSj7PcXKsLy" alt="" data-size="original"></td></tr></tbody></table>

You have the option to display the lines between each point on the chart as straight, rather than curved (default).

<details>

<summary>Example: Compare Product Groups against Sales Reps</summary>

In the Sales database, create a Radar chart to display a matrix of Product Groups vs Sales Reps.

1. Prepare the data in the grid:
   1. Select the **Product Group** dimension, then select the product groups (A, B, C and D) and click **Matrix**.
   2. Select the **Sales Rep** dimension, then select and focus on the top five Sales Reps.
2. Click the **Chart** button in the top right toolbar above the grid.
3. Click the **Radar** chart category button on the left of the chart and select the **Radar** option.

   <div align="left"><figure><img src="/files/zmwIJC8szmK8en1sBU09" alt="" width="102"><figcaption></figcaption></figure></div>

   The radar chart displays, in which you can see that Fred and Alan perform strongly in Power but are weaker in both Outside Lights and Lights and Lamps. Harry sells lots of Outside Lights but performs poorly with Controls. Eugene and Harry have significantly weaker all-round sales results compared to the other reps.

   <div align="left"><figure><img src="/files/tQFYeBVVvrWVftRnEVl5" alt="" width="272"><figcaption></figcaption></figure></div>
4. &#x20;(Optional) Display straight lines: Select the **Straight lines** checkbox. The chart updates accordingly.

   <div align="left"><figure><img src="/files/ysUvUl5DnVKI2zbeudcO" alt="" width="375"><figcaption></figcaption></figure></div>

</details>

***

{% hint style="success" %}
**Related pages**

You can take the following actions with your chart:&#x20;

[Configure the chart options](/analytics/visualize-your-data-in-a-chart/configure-the-chart-options.md) | [Select and focus on a chart segment](/analytics/visualize-your-data-in-a-chart/select-and-focus-on-a-chart-segment.md) | [Use the chart legend](/analytics/visualize-your-data-in-a-chart/use-the-chart-legend.md) | Save the chart as a favorite | Add the chart to a dashboard | [Export a chart as an image](/analytics/visualize-your-data-in-a-chart/export-a-chart-as-an-image.md)

See also the main page: [Visualize your data in a chart](/analytics/visualize-your-data-in-a-chart.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.phocassoftware.com/analytics/visualize-your-data-in-a-chart/radar-chart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
