{#if dragSelect}
{/if} {#if visiblePictograms.length > 0}
{#each visiblePictograms as p (p.x)} {@const cx = Math.max(ICON_EDGE, Math.min(iconBandWidth - ICON_EDGE, p.x))} {/each}
{/if} {#if visibleWindArrows.length > 0}
{#each visibleWindArrows as a (a.x)} {@const cx = Math.max(ICON_EDGE, Math.min(iconBandWidth - ICON_EDGE, a.x))} {/each}
{/if} {#if tooltipVisible}
{formatZoned(new Date(timestamps[hoverIdx] * 1000), timezone, 'EEE d MMM HH:mm')}
{#each tooltipRows as row (row.name)}
{row.name}: {row.value}
{/each}
{/if}
{#if showLegend && series.length > 0}
{#each series.filter((s) => s.showInLegend !== false) as s (s.name)} {/each}
{/if} {#if showCredit}
{m.footer_data_by()} Open-Meteo, {m.chart_credit_viz()} Drizz.li
{/if}