Back to Super Productivity

Heatmap.Component

src/app/ui/heatmap/heatmap.component.html

18.4.4346 B
Original Source

@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 } }