No data in this window.
{:else}
{#each DAY_LABELS as day, dow (day)}
{day}
{#each hours as hour (hour)}
{@const cell = cells[dow][hour]}
{@const op = intensity(dow, hour)}
{/each}
{/each}
{#each hours as hour (hour)}
{tickHours.includes(hour) ? hour : ''}
{/each}
Less
More
UTC
{/if}