Add Pie Chart component

This commit is contained in:
Jakub Juszczak
2016-07-01 19:02:41 +02:00
parent 84ae683bfa
commit 65251700d7
5 changed files with 69 additions and 2 deletions

View File

@@ -82,13 +82,17 @@ export default {
![Doughnut](src/assets/doughnut.png)
### Pie
![Pie](src/assets/pie.png)
## Todo
- [x] Implement Bar Chart
- [x] Implement Line Chart
- [ ] Implement Radar Chart
- [ ] Implement Polar Area Chart
- [ ] Implement Pie Chart
- [x] Implement Pie Chart
- [x] Implement Doughnut Chart
- [ ] Make npm module
- [ ] Add tests