IComboChartBucketProps
Home > @gooddata/sdk-ui-charts > IComboChartBucketProps
IComboChartBucketProps interface
Signature:
export interface IComboChartBucketProps
Properties
| Property | Type | Description |
|---|---|---|
| filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
| placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
| primaryMeasures? | MeasuresOrPlaceholders | (Optional) Specify primary measures to render using the primary chart type. |
| secondaryMeasures? | MeasuresOrPlaceholders | (Optional) Specify secondary measures to render using the secondary chart type. |
| sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. |
| viewBy? | AttributeOrPlaceholder | AttributesOrPlaceholders | (Optional) Specify one or two attributes to use for slicing the measure values along the X axis. |