IHeatmapBucketProps
Home > @gooddata/sdk-ui-charts > IHeatmapBucketProps
IHeatmapBucketProps interface
Signature:
export interface IHeatmapBucketProps
Properties
| Property | Type | Description |
|---|---|---|
| columns? | AttributeOrPlaceholder | (Optional) Specify attribute, whose values will be used to create columns in the heatmap. |
| filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
| measure | AttributeMeasureOrPlaceholder | Specify measure whose values will be charted on the heatmap. |
| placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
| rows? | AttributeOrPlaceholder | (Optional) Specify attribute, whose values will be used to create rows in the heatmap. |
| sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. |