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
- 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/stripedcircle@X.Y.Z"></script>
, where X.Y.Z is a version number among these ones.
See few examples here.