Market Treemap
Visual representation of the cryptocurrency market. Size indicates market cap, color shows
24h price change.
{#if coins.length > 0}
Last updated: {lastUpdated.toLocaleTimeString()}
{/if}
{#if isLoading && coins.length === 0}
{:else if error}
Failed to load treemap
{error}
{:else if coins.length === 0}
No coins available
Create some coins to see the treemap visualization.
{:else}
{/if}