plot_interactive_barchart
Generate interactive grouped bar charts from CSV data. Aggregate numeric values per category and optionally color bars by another column for comparison.
Instructions
Generates an interactive Plotly grouped bar chart. x_column: categorical column for the x-axis groups. y_column: numeric column to aggregate. aggregation: how to aggregate y per group — 'mean' (default), 'sum', 'count', or 'median'. color_column: optional column to split bars by colour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| x_column | Yes | ||
| y_column | Yes | ||
| aggregation | No | mean | |
| color_column | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |