IPieChartBucketProps
Home > @gooddata/sdk-ui-charts > IPieChartBucketProps
IPieChartBucketProps interface
Signature:
export interface IPieChartBucketProps
Properties
| Property | Type | Description |
|---|---|---|
| filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
| measures | AttributesMeasuresOrPlaceholders | Specify one or more measures to segment the pie chart. |
| placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
| sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. |
| viewBy? | AttributeOrPlaceholder | (Optional) Specify viewBy attribute that will be used to create the pie slices. There will be a slice for each value of the attribute. |