✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias SeriesLabelsTextStyle

SeriesLabelsTextStyle: Omit< TextStyle, "color" | "pointerEvents" | "textOverflow" > & { color: "contrast" | string; }

# SeriesLabelsTextStyle.color

color?: "contrast" | string

Color of the labels text The default color setting is "contrast", which applies the maximum contrast between the background and the text

# Default

'contrast'