Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Time Series Forecast APIs (2025.23)
Source: `help-portal-366bdc2291e347bfbedff1bbf9377fca.md` (Work with Time Series Forecast in Charts).
## Purpose
Enable predictive time series forecasts on time-series or line charts within analytic applications.
## Core API
```javascript
// Enable automatic forecast on a chart
Chart_1.getDataSource().setForecastEnabled(true);
```
## Options
- Configure number of forecast periods via API.
## Implementation notes
- Algorithm runs on historical data for selected measure.
- Works with time series and line charts.
- Use Analytics Designer API Reference for additional parameters.