@if (data(); as heatmapData) {
@for (label of dayLabels(); track $index) {
{{ label }}
}
@for (month of heatmapData.monthLabels; track $index) {
{{ month }}
}
@for (week of heatmapData.weeks; track $index) {
@for (day of week.days; track $index) {
}
}
@if (label()) {
{{ label() }}
} @if (showLegend()) {
Less
More
}
}