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 |
---|---|---|---|
confidence | number | (BETA) Indicates the confidence level of the forecast. The value should be between (0, 1). | |
enabled | boolean | (BETA) Indicates whether the forecast is enabled or not. | |
period | number | (BETA) Indicates the number of periods to forecast. | |
seasonal | boolean | (BETA) Indicates whether the forecast is seasonal or not. |