IForecast
Home > @gooddata/sdk-ui-charts > IForecast
IForecast interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Forecast configuration
Signature:
export interface IForecast 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| number | (BETA) Indicates the confidence level of the forecast. The value should be between (0, 1). | ||
| boolean | (BETA) Indicates whether the forecast is enabled or not. | ||
| number | (BETA) Indicates the number of periods to forecast. | ||
| boolean | (BETA) Indicates whether the forecast is seasonal or not. |