${component.label}
${component.seriesStats.length > 0 ? html`
${component.seriesStats.map(s => html`
` : ''}
${s.name}
latest ${component.yAxisFormatter(s.latest)}
min ${component.yAxisFormatter(s.min)}
max ${component.yAxisFormatter(s.max)}
avg ${component.yAxisFormatter(s.avg)}
`)}