chart_forecast
Analyze historical data and generate a chart with a solid line for historical values and a dashed line for forecasted values.
Instructions
Generate historical + forecast chart. Historical as solid line, forecast as dashed line. Analyze data first, then generate forecast_values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable_names | Yes | Comma-separated variable names | |
| project_id | Yes | Project ID | |
| time_range | No | Historical data range (6h, 24h, 7d) | |
| start_date | No | Start date (optional) | |
| end_date | No | End date (optional) | |
| forecast_values | Yes | Tahmin noktaları [{x: ISO_timestamp, y: number}] | |
| forecast_label | No | Forecast label (default: Forecast) | |
| title | No | ||
| y_label | No | Y-axis unit label |