somehow-scale

Somehow Scale

svelte proportion infographic component

somehow-scale
— part of somehow
svelte infographics
by Spencer Kelly

WIP responsive proportion infographic component

<script>
  import { Scale, Thing } from 'somehow-scale'
</script>

<Scale>
  <Thing color="blue" value="200" label="small blue" />
  <Thing color="blue" value="2500" label="medium blue" />
  <Thing color="green" value="5000" label="big green" />
</Scale>

unlike in a bar-chart, small values will be sub-divided vertically, so they are properly visible.

MIT

Top categories

Loading Svelte Themes