Charts
Radar Chart
Learn how to create a radar chart in Semaphor
Radar charts are useful for comparing multiple quantitative measures across different categories. Each category is represented as a label on the chart, while numerical measures define the values plotted along each axis.
You can create a radar chart using the following query structure.
- The first column (categorical) is mapped to the label.
- The subsequent columns (numerical) are mapped to the measure.
This example shows two series of data, Avg_Profit
and Avg_Sales
. You can add as many series as you would like. Each series should be a seperate measure
column in the query.