plot_line
Create line charts to visualize trends over time or categories by plotting one or more data columns against an x-axis variable.
Instructions
Line chart: x_column on x-axis, one or more y_columns as lines.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | ||
| x_column | Yes | ||
| y_columns | No | ||
| title | No | ||
| session_id | No | default |