create_dumbbell_chart
Compare before and after values using dumbbell charts. Dots connected by lines show magnitude and direction, with green for increase and red for decrease.
Instructions
Dumbbell chart: before/after comparison with connected dots.
Green=increase, red=decrease. Shows magnitude and direction.
Ideal for: population 2010 vs 2022, budget planned vs executed.
Returns: {filepath, title, rows}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Row dicts with start and end values | |
| theme | No | Visual theme | dark |
| title | No | Chart title | |
| filename | No | Output filename | dumbbell_chart |
| end_column | Yes | Final/current values | |
| label_column | Yes | Category names | |
| start_column | Yes | Starting/baseline values |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||