IHeadlineBucketProps
Home > @gooddata/sdk-ui-charts > IHeadlineBucketProps
IHeadlineBucketProps interface
Signature:
export interface IHeadlineBucketProps
Properties
Property | Type | Description |
---|---|---|
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
primaryMeasure | MeasureOrPlaceholder | Specify the measure whose value will be shown as the headline. |
secondaryMeasure? | MeasureOrPlaceholder | (Optional) Specify secondary measure whose value will be shown for comparison with the primary measure. The change in percent between the two values will also be calculated and displayed. |