IBarChartBucketProps
Home > @gooddata/sdk-ui-charts > IBarChartBucketProps
IBarChartBucketProps interface
Signature:
export interface IBarChartBucketProps
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 display on the bar 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 Y axis. |