(showCharts = !showCharts)}>
Detailed Meteogram Charts
{#if showCharts}
{formatZoned(selectedDay, data.timezone, 'EEEE')}
{getRelativeDayLabel(selectedDay, data.timezone) !== formatZoned(selectedDay, data.timezone, 'EEEE') ? ` (${getRelativeDayLabel(selectedDay, data.timezone)})` : ''}
Show All
{#each chartOptions as option, i (i)}
{/each}
{/if}