IPyramidChartBucketProps
Home > @gooddata/sdk-ui-charts > IPyramidChartBucketProps
IPyramidChartBucketProps interface
Signature:
export interface IPyramidChartBucketProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. | |
measures | AttributesMeasuresOrPlaceholders | Specify one or more measures to chart into a pyramid. | |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. | |
sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. | |
viewBy? | AttributeOrPlaceholder | (Optional) Specify attribute that will be used to slice the single measure into multiple pieces that will be charted into a pyramid. |