IThemeDataLabel
Home > @gooddata/sdk-model > IThemeDataLabel
IThemeDataLabel interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Data label customization
Signature:
export interface IThemeDataLabel
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
autoDarkTextColor? | ThemeColor | (BETA) (Optional) Data label auto dark text color | |
autoLightTextColor? | ThemeColor | (BETA) (Optional) Data label auto light text color | |
autoLightTextShadow? | boolean | (BETA) (Optional) Data label auto text shadow | |
backplateBackgroundColor? | ThemeColor | (BETA) (Optional) Data label backplate background color | |
backplateBorderColor? | ThemeColor | (BETA) (Optional) Data label backplate border color | |
backplateBorderRadius? | number | (BETA) (Optional) Data label backplate border radius | |
backplateDropShadow? | boolean | (BETA) (Optional) Data label backplate drop shadow | |
backplateTextColor? | ThemeColor | (BETA) (Optional) Data label backplate text color |