Add Radar Chart component

This commit is contained in:
Jakub Juszczak
2016-07-03 10:31:35 +02:00
parent 65251700d7
commit ca1d884074
5 changed files with 84 additions and 6 deletions

View File

@@ -86,14 +86,18 @@ export default {
![Pie](src/assets/pie.png)
### Radar
![Pie](src/assets/radar.png)
## Todo
- [x] Implement Bar Chart
- [x] Implement Line Chart
- [ ] Implement Radar Chart
- [x] ~~Implement Bar Chart~~
- [x] ~~Implement Line Chart~~
- [x] ~~Implement Radar Chart~~
- [ ] Implement Polar Area Chart
- [x] Implement Pie Chart
- [x] Implement Doughnut Chart
- [x] ~~Implement Pie Chart~~
- [x] ~~Implement Doughnut Chart~~
- [ ] Make npm module
- [ ] Add tests