plot_timeseries
Generate a time series line plot from a dataset using time and value columns, with optional aggregation and granularity. Returns inline PNG and JSON for trend visualization.
Instructions
Line plot over time. JSON + inline PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agg | No | mean | |
| source_id | Yes | ||
| granularity | No | day | |
| time_column | Yes | ||
| value_columns | Yes |