IColumnChartBucketProps
Home > @gooddata/sdk-ui-charts > IColumnChartBucketProps
IColumnChartBucketProps interface
Signature:
export interface IColumnChartBucketProps
Properties
| Property | Type | Description |
|---|---|---|
| filters? | FiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
| measures | AttributesMeasuresOrPlaceholders | Specify one or more measures to display on the column 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 the bars by. |
| viewBy? | AttributeOrPlaceholder | AttributesOrPlaceholders | (Optional) Specify one or two attributes to slice the measures along the X axis. |