Radar & Radar Area Charts
Available since version 1.8.
Radar charts (also called spider or web charts) plot multiple variables on axes radiating from the center point, making it easy to compare profiles across several dimensions.
Radar Area is the same chart with the polygon area filled.
Data Format
Radar charts use the same single-series data format as pie charts:
- Column 1 contains the axis labels (the "spokes" of the web)
- Column 2 contains the values
| Speed | 85 |
| Strength | 70 |
| Accuracy | 90 |
| Endurance | 60 |
| Agility | 78 |
Multiple Datasets
Radar charts support multiple datasets via the sheet tab interface. Each sheet becomes a separate polygon overlaid on the same chart. This is useful for comparing multiple subjects across the same set of variables.
Sheet 1 (Player A):
| Speed | 85 |
| Strength | 70 |
| Accuracy | 90 |
Sheet 2 (Player B):
| Speed | 72 |
| Strength | 88 |
| Accuracy | 65 |
The sheet name is used as the series label in the legend.
