IRepeaterBucketProps
Home > @gooddata/sdk-ui-charts > IRepeaterBucketProps
IRepeaterBucketProps interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IRepeaterBucketProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attribute | AttributeOrPlaceholder | (BETA) Main attribute that sets repeating frequency used for the computation. | |
columns? | AttributesMeasuresOrPlaceholders | (BETA) (Optional) Definition of columns which are sliced by the main attribute. | |
filters? | NullableFiltersOrPlaceholders | (BETA) (Optional) Specify filters to apply on the data to compute with. | |
placeholdersResolutionContext? | any | (BETA) (Optional) Resolution context for composed placeholders. | |
viewBy? | AttributeOrPlaceholder | (BETA) (Optional) View by attribute to be used for inline visualizations. |