0.1.0 ā€¢ Published 4 years ago

somehow-scale v0.1.0

Weekly downloads
8
License
-
Repository
-
Last release
4 years ago

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>

image

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

MIT