{#each Object.entries(data).sort((a,b) => a[0] - b[0]) as [weight,count]}
{weight}
{/each}