Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 642 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 642 Bytes

spark-doughnut

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Vue CLI Configuration Reference.