create_radar_chart
Create a radar chart for comparing multiple variables or data series. Outputs an editable .excalidraw file for hand-drawn visualizations.
Instructions
Create a radar/spider chart.
Generates a radar chart with axes radiating from center. Supports single or multiple data series overlay.
Args: axes: List of axis names (minimum 3) values: Single set of values (0-1), one per axis series: Multiple series for comparison title: Optional chart title output_path: Optional output file path theme: Color theme
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axes | Yes | ||
| theme | No | light | |
| title | No | ||
| series | No | ||
| values | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |