IBucketChartProps
Home > @gooddata/sdk-ui-charts > IBucketChartProps
IBucketChartProps interface
Props for all bucket charts.
Signature:
export interface IBucketChartProps extends ICommonChartProps
Extends: ICommonChartProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (Optional) Analytical backend, from which the chart will obtain data to visualize If you do not specify instance of analytical backend using this prop, then you MUST have BackendProvider up in the component tree. | |
workspace? | string | (Optional) Identifier of analytical workspace, from which the chart will obtain data to visualize. If you do not specify workspace identifier, then you MUST have WorkspaceProvider up in the component tree. |