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