create_quadrant_chart
Generate a 2x2 quadrant chart to position items along two axes. Ideal for priority matrices, effort/impact analysis, and positioning maps with custom labels and themes.
Instructions
Create a quadrant (2x2 matrix) chart.
Generates a four-quadrant chart for positioning items along two axes. Great for priority matrices, effort/impact charts, and positioning maps.
Args: items: List of items with label and x/y position (0-1 range) x_label: X axis label (e.g., "Effort") y_label: Y axis label (e.g., "Impact") quadrant_labels: Optional 4 labels [top-right, top-left, bottom-right, bottom-left] title: Optional chart title output_path: Optional output file path theme: Color theme - "light" or "dark"
Returns: Absolute path to the generated .excalidraw file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| theme | No | light | |
| title | No | ||
| x_label | No | X Axis | |
| y_label | No | Y Axis | |
| output_path | No | ||
| quadrant_labels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |