IChartClusteringConfig
Home > @gooddata/sdk-ui-charts > IChartClusteringConfig
IChartClusteringConfig 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 IChartClusteringConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enabled | boolean | (BETA) Indicates whether the clustering is enabled or not. | |
numberOfClusters | number | (BETA) Number of clusters. | |
threshold? | number | (BETA) (Optional) Threshold for clustering. |