ITreemapBucketProps
Home > @gooddata/sdk-ui-charts > ITreemapBucketProps
ITreemapBucketProps interface
Signature:
export interface ITreemapBucketProps
Properties
Property | Type | Description |
---|---|---|
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. |
measures | AttributesMeasuresOrPlaceholders | Specify one or more measures whose values will be used to create the treemap rectangles. |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
segmentBy? | AttributeOrPlaceholder | (Optional) Specify an attribute, whose values will be used to segment the rectangles created for the measures or the combination of measure and viewBy attribute values. |
viewBy? | AttributeOrPlaceholder | (Optional) Specify an attribute whose values will be used to slice the measure. |