dumptyd / vue-css-donut-chart

Lightweight Vue component for drawing pure CSS donut charts
https://dumptyd.github.io/vue-css-donut-chart/
MIT License
128 stars 19 forks source link

1.2.0: New events, bug fixes, demo site updates, etc. #27

Closed dumptyd closed 4 years ago

dumptyd commented 4 years ago

This PR implements the following changes:

Library

Documentation

Demo

Implementation

Implementation wise, this PR makes it very easy to add support for new native section events. The process would be as simple as updating the utils/events.js file with the event name and the event would be supported on the section. An entry for the event would be made on the demo page as well. The coverage wouldn't drop either because tests are generated dynamically for these events. Of course the README would have to be updated too.