A simple doughnut "spark" chart created with generated SVG and css, allowing for dynamic display and update with VUE properties/values.
The demo is built using the vue-cli
as scaffolding, but the core chart component itself does not depend on anything.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint