IColorConfig
Home > @gooddata/sdk-ui-charts > IColorConfig
IColorConfig interface
Configuration options for color settings.
Signature:
export interface IColorConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
disabled? | boolean | (Optional) Determines whether to disable the comparison color. | |
equals? | IColor | (Optional) Specifies the color to use, which can be selected from the color palette or provided as an RGB code. This color is used when the primary measure equal to the secondary measure. | |
negative? | IColor | (Optional) Specifies the color to use, which can be selected from the color palette or provided as an RGB code. This color is used when the primary measure less than the secondary measure. | |
positive? | IColor | (Optional) Specifies the color to use, which can be selected from the color palette or provided as an RGB code. This color is used when the primary measure greater than the secondary measure. |