IFunnelChartBucketProps
Home > @gooddata/sdk-ui-charts > IFunnelChartBucketProps
IFunnelChartBucketProps interface
Signature:
export interface IFunnelChartBucketProps
Properties
| Property | 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 funnel. |
| 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 funnel. |