IDependencyWheelChartBucketProps
Home > @gooddata/sdk-ui-charts > IDependencyWheelChartBucketProps
IDependencyWheelChartBucketProps interface
Signature:
export interface IDependencyWheelChartBucketProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeFrom? | AttributeOrPlaceholder | (Optional) Specify attribute, whose values will be used to create from element. | |
attributeTo? | AttributeOrPlaceholder | (Optional) Specify attribute, whose values will be used to create to element. | |
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. | |
measure | IAttributeOrMeasure | Specify a measure whose values will be displayed as the width of the links | |
placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. | |
sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. |