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

Type alias CalendarHeatmapCellLabels

CalendarHeatmapCellLabels: object

Configuration for day numbers (1-31) labels in calendar-heatmap cells

Type declaration

enabled

enabled?: boolean

Boolean flag that defines if calendar day numbers should be shown in cells

Default

true

style

style?: Omit< TextStyle, "color" > & { color: "contrast" | string; }

Style configuration for calendar day numbers in cells

Deprecated

Please use textStyle instead

style.color

color?: "contrast" | string

Color of the labels text

The "contrast" color applies the maximum contrast between the background and the text


textStyle

textStyle?: Omit< TextStyle, "color" > & { color: "contrast" | string; }

Style configuration for calendar day numbers in cells

textStyle.color

color?: "contrast" | string

Color of the labels text

The "contrast" color applies the maximum contrast between the background and the text

Last Updated: