stripedcircle
v0.9.11
Published
Everything to draw nice striped circle symbols to show numerical proportions on maps or other visualisations
Downloads
8
Maintainers
Readme
StripedCircle
Javascript library to draw striped circle symbols for showing numerical proportions on maps or other visualisations. For more information on striped circle symbol, see this here
Installation
- Node.js: With
npm install stripedcircle
. - Standalone: For the latest version, use
<script src="https://unpkg.com/stripedcircle"></script>
. For a fixed version, use<script src="https://unpkg.com/[email protected]"></script>
, where X.Y.Z is a version number among these ones.
Utilisation
See few examples here.