Add Doughnut Chart component

This commit is contained in:
Jakub Juszczak
2016-07-01 18:58:25 +02:00
parent 70a3b983b2
commit 84ae683bfa
5 changed files with 71 additions and 4 deletions

View File

@@ -76,7 +76,11 @@ export default {
### Line Chart
![Bar](src/assets/line.png)
![Line](src/assets/line.png)
### Doughnut
![Doughnut](src/assets/doughnut.png)
## Todo
@@ -85,7 +89,7 @@ export default {
- [ ] Implement Radar Chart
- [ ] Implement Polar Area Chart
- [ ] Implement Pie Chart
- [ ] Implement Doughnut Chart
- [x] Implement Doughnut Chart
- [ ] Make npm module
- [ ] Add tests