{#each values as value, i (value)}
{Math.round(value)}ms
{/each}
{#each values as _label, i (_label)}
{labels[i]}
{/each}