# Radar chart

A radar chart is a graphical representation used to compare multiple categories across several variables. Unlike traditional charts with lines, radar charts use a series of connected points to form a polygon, creating a visual representation of the data. This type of chart is particularly useful for comparing multiple categories across multiple variables, highlighting relationships between different data points. Radar charts are often used in business and marketing to compare the performance of different products or services across various metrics, such as sales, customer satisfaction, and market share. You can drill down into the data by double-clicking on any data point within the chart. Radar charts are implemented using Apache Echarts and do not support exporting to PDF.

![Radar chart](/files/5mXwp55RZaIsEkafwfUf)

Optional Properties for Radar Charts

| Property                  | Definition                                                                                                                                             | Available In |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ |
| **Bullet Style**          | Use this property to choose the shape that you want to use for your bullets.                                                                           | Radar charts |
| **Line Width**            | Use this property to specify the width of lines connecting bullets on your report.                                                                     | Radar charts |
| **Radar Shape**           | Use this property to display the radar in circular or polygonal shape.                                                                                 | Radar charts |
| **Show Areas**            | Use this property to adjust the transparency of the area under the radar chart lines.                                                                  | Radar charts |
| **Show Axis Tick Labels** | Use this property to display axis ticks on the radar chart.                                                                                            | Radar charts |
| **Data Labels**           | Use this property to label the data features of your report and specify where you want them to appear. You can also choose not to display data labels. | Radar charts |


---

# 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.pentaho.com/pba/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/radar-chart-analytics-analyzer-visualizations.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.
