Interface CalendarHeatmapStyleOptions
Configuration options that define functional style of the various elements of calendar-heatmap chart
Properties
cellLabels
cellLabels?:
CalendarHeatmapCellLabels
Configuration for day numbers (1-31) in calendar cells
dayLabels
dayLabels?:
object
Configuration for weekday names in the header
Type declaration
dayLabels.enabledenabled?:
booleanBoolean flag that defines if calendar weekday names should be shown
Default
true
dayLabels.stylestyle?:
TextStyleStyle configuration for calendar weekday names
Deprecated
Please use
textStyleinstead
dayLabels.textStyletextStyle?:
TextStyleStyle configuration for calendar weekday names
height
height?:
number
Total height of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels).
- Height of the container wrapping this component
- Default value of 400px (for component without header) or 425px (for component with header).
monthLabels
monthLabels?:
object
Configuration for month names in multi-month view types
Type declaration
monthLabels.enabledenabled?:
booleanBoolean flag that defines if month names should be shown
Default
true
monthLabels.stylestyle?:
TextStyleStyle configuration for month names
Deprecated
Please use
textStyleinstead
monthLabels.textStyletextStyle?:
TextStyleStyle configuration for month names
pagination
pagination?:
object
Configuration for pagination controls in multi-month view types
Type declaration
pagination.enabledenabled?:
booleanBoolean flag that defines if pagination controls should be shown
Default
true
pagination.startMonthstartMonth?:
DateStart month to display when the chart is first rendered
pagination.textStyletextStyle?:
TextStyleStyle configuration for pagination controls text
startOfWeek
startOfWeek?:
CalendarDayOfWeek
Determines which day of the week to start the calendar with
Default
'sunday'
subtype
subtype?:
CalendarHeatmapSubtype
Calendar heatmap chart subtype
Default
'calendar-heatmap/split'
viewType
viewType?:
CalendarHeatmapViewType
View type determines how many months to display: 'month' (1), 'quarter' (3), 'half-year' (6), 'year' (12)
weekends
weekends?:
object
Configuration for weekend days
Type declaration
weekends.cellColorcellColor?:
stringCalendar cell color for weekend days
Default
'#e6e6e6'
weekends.daysdays?:
CalendarDayOfWeek[]Weekend days - defaults to ['saturday', 'sunday']
weekends.enabledenabled?:
booleanBoolean flag that enables/disables weekend highlighting
Default
false
weekends.hideValueshideValues?:
booleanWhether to hide values in tooltip for weekend days
Default
false
width
width?:
number
Total width of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels)
- Width of the container wrapping this component
- Default value of 400px