@massimo-cassandro/charts
v2.5.3
Published
SVG charts
Maintainers
Readme
Charts
A collections of charts scripts
Charts comes with three flavours:
- Main mode (index.js): standard way, use imported svg.js module
- Node mode (index-node.js): for use within node script (to be imported as module)
- With svg.js imported as a standalone script (index-external-svgjs.js): if you need to import svg.js using the script tag, this implementation doesn't load svg.js but assumes that a global
SVGfunction is available
Radial bars chart
Oct 2022
Refs:
- https://codepen.io/massimo-cassandro/pen/zYRBJyG?editors=1100
- https://datavizproject.com/data-type/circular-bar-chart/
- https://datavizcatalogue.com/methods/radial_bar_chart.html
