IBubbleChartBucketProps
Home > @gooddata/sdk-ui-charts > IBubbleChartBucketProps
IBubbleChartBucketProps interface
Signature:
export interface IBubbleChartBucketProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. | |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. | |
size? | MeasureOrPlaceholder | (Optional) Specify measure which will be used to determine the size of each bubble. | |
sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. | |
viewBy? | AttributeOrPlaceholder | (Optional) Specify attribute whose values will be used to create the bubbles. | |
xAxisMeasure? | MeasureOrPlaceholder | (Optional) Specify measure which will be used to position bubbles on the X axis. | |
yAxisMeasure? | MeasureOrPlaceholder | (Optional) Specify measure which will be used to position bubbles on the Y axis |