ILabelConfig
Home > @gooddata/sdk-ui-charts > ILabelConfig
ILabelConfig interface
Configuration options for labeling conditions.
Signature:
export interface ILabelConfig
Properties
Property | Modifiers | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
equals? | string | (Optional) This property specify the label of the equals comparison value
| |||||||||
isConditional? | boolean | (Optional) This property specifies whether to use the unconditional value for all conditions or separate values for each condition. | |||||||||
negative? | string | (Optional) This property specify the label of the negative comparison Primary is less than Secondary | |||||||||
positive? | string | (Optional) This property specify the label of the positive comparison value Primary is larger than Secondary | |||||||||
unconditionalValue? | string | (Optional) Specifies the label to be used for the comparison value. |