> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/10.2-analytics/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/radar-chart-analytics-analyzer-visualizations.md).

# 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/Rvy6BjIS3UPrvu5CXllV)

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pba/10.2-analytics/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/radar-chart-analytics-analyzer-visualizations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
