ILabelConfig
Home > @gooddata/sdk-ui-charts > ILabelConfig
ILabelConfig interface
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 < Secondary | |||||||||||
positive? | string | (Optional) This property specify the label of the positive comparison value Primary > Secondary | |||||||||||
unconditionalValue? | string | (Optional) This property specify the label for all conditions in cases flag isConditional is on |