IAreaChartBucketProps
Home > @gooddata/sdk-ui-charts > IAreaChartBucketProps
IAreaChartBucketProps interface
Signature:
export interface IAreaChartBucketProps
Properties
Property | Type | Description |
---|---|---|
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
measures | AttributesMeasuresOrPlaceholders | Specify one or more measures to display on area chart. |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. |
stackBy? | AttributeOrPlaceholder | (Optional) Specify attribute to stack by. This is only applicable if you specify at most single viewBy attribute. |
viewBy? | AttributeOrPlaceholder | AttributesOrPlaceholders | (Optional) Specify attributes to slice and stack the area chart. |