---
title: "Multi Measure Radar"
description: "A radar chart visualizing multiple numeric measures across the same set of dimensions, using a radial layout for multi-variable comparison."
group: Charts
tags: [Visualization, Chart, Dashboard, Radar, Spider, Multi-Measure, Comparative Analysis]
---

import { Aside, Steps } from '@astrojs/starlight/components';

# Multi Measure Radar

The **Multi Measure Radar Chart** displays multiple numeric measures on a common set of categorical axes (dimensions) arranged in a circular layout.  
Each measure is plotted as a connected line (or filled area) radiating out from the center, allowing quick multi-variable comparisons for each category.

**Use cases:**
- Comparing **multiple KPIs or measures** across the same set of categories.
- Visualizing **performance scores or benchmarks** against multiple criteria.
- Highlighting **outliers and gaps** across several metrics on a single radial chart.

<Aside>
Ideal for situations where you want to display **multiple numeric values across consistent categorical dimensions**.
</Aside>

---

## ⚙️ Setup

<Steps>
1. Drag the **Multi Measure Radar Chart** widget from the chart library onto your designer workspace.
2. Select the chart.
3. Go to the [Widget Configuration](/insights-v8/guide-to-infoboard-designer/customize-panel/configure/) tab in the Configuration panel.
4. Under the Configuration panel tab, select the [Basic Configuration](/insights-v8/guide-to-infoboard-designer/customize-panel/configure/#basic) option to access essential settings for the Multi Measure Radar Chart.
5. Select the [Source](/insights-v8/guide-to-infoboard-designer/customize-panel/setup/#sources) from which the chart will fetch its data.
6. Map:
   - **[Measure](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** — One or more numeric values to be plotted as individual lines on the radar.
   - **[Dimension](/studio-v8/datasources/measures-dimensions-and-hierarchies/)** — Categorical values placed along the angular axis.
7. (Optional) Add a **Date** field for time-based filtering.
</Steps>

---

## 📊 Basic Configuration

| Configuration Item   | Description |
|:---------------------|:-------------|
| **[Source](/insights-v8/guide-to-infoboard-designer/customize-panel/setup/#sources)**        | The data source to query for chart values. |
| **[Measure](/studio-v8/datasources/measures-dimensions-and-hierarchies/)**   | One or more numeric values to display as separate lines/areas on the radar chart. |
| **[Dimension](/studio-v8/datasources/measures-dimensions-and-hierarchies/)**  | Categorical values for the angular axis. |
| **Date Field** (optional) | Enables date-based filtering and drilldown capability. |

<Aside type="note">
You can assign **up to five measures** in this chart, each rendered as a distinct series.
</Aside>

---

## 🎨 Chart Customizations

| Category                     | Options & Description |
|:----------------------------|:-----------------------------------------------------------|
| **[General](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#general)** | Theme, background, border, and interactivity options. |
| **[Title](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#title)** | Chart title, font, alignment, and visibility settings. |
| **[Sorting](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#sorting)** | Control sorting of dimension order. |
| **[Position](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#position)** | Adjust horizontal and vertical positioning of the radar within the chart. |
| **[Radar](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#categorical-axis)** | Configure indicators, grid lines, shape (circle or polygon), and label styles. |
| **[Legend](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#legends)** | Show/hide, position, and format for measure legends. |
| **[Series](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#series-customization)** | Configure symbol type, size, color, line color, line width, area fill, label positions, and value formatting for each measure. |
| **[Tooltip](/insights-v8/guide-to-infoboard-designer/customize-panel/customization-tab/#tooltip)** | Tooltip content, format, and trigger configuration. |
| **Others** | Control whether overlapping labels are hidden. |

<Aside>
Use the **Series** category to fully customize colors, markers, fill opacity, and labels for each measure series independently.
</Aside>

---

## 📊 Example Visualization

![multi-measure-radar chart](/images/Insights/Infoboards/Infoboard-Designer/Chart-Library/multi-measure-radar.png)


