✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Interface CalendarHeatmapStyleOptions Alpha
Configuration options that define functional style of the various elements of CalendarHeatmapChart
# Properties
# 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).
# viewType
viewType?:
CalendarHeatmapViewType
View type determines how many months to display: 'month' (1), 'quarter' (3), 'half-year' (6), 'year' (12)
# 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