Skip to content

Commit 0c96745

Browse files
committed
✨ πŸ“ Update Documentation
1 parent b5beff4 commit 0c96745

File tree

14 files changed

+36
-3
lines changed

14 files changed

+36
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313

1414
**vue-chartjs** is a wrapper for [Chart.js](https://github.com/chartjs/Chart.js) in vue. You can easily create reuseable chart components.
1515

16-
## Demo
16+
## Demo & Docs
1717

18-
[Demo](https://apertureless.github.io/vue-chartjs/)
18+
- [Demo](http://demo.vue-chartjs.org/)
19+
- [Docs](http://www.vue-chartjs.org/)
1920

2021
### Compatibility
2122

β€Ždocs/README.mdβ€Ž

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,27 @@ Sometimes you need more control over chart.js. Thats why you can access the char
254254

255255
</p>
256256

257+
![Bar](assets/bar.png)
257258
### Line Chart
259+
260+
![Line](assets/line.png)
261+
258262
### Doughnut
263+
264+
![Doughnut](assets/doughnut.png)
265+
259266
### Pie
267+
268+
![Pie](assets/pie.png)
269+
260270
### Radar
271+
272+
![Pie](assets/radar.png)
273+
261274
### Polar Area
275+
276+
![Pie](assets/polar.png)
277+
262278
### Bubble
279+
280+
![Bubble](assets/bubble.png)

β€Ždocs/_landing.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>⚑ Easy and beautiful charts with Chart.js and Vue.js</h2>
1717
Docs
1818
</a>
1919

20-
<a class="landing-button" target="_blank" href="https://github.com/apertureless/vue-chartjs">
20+
<a class="landing-button" target="_blank" href="http://demo.vue-chartjs.org/">
2121
Demo
2222
</a>
2323
</div>

β€Ždocs/assets/bar.pngβ€Ž

94.7 KB
Loading

β€Ždocs/assets/bubble.pngβ€Ž

83.3 KB
Loading

β€Ždocs/assets/doughnut.pngβ€Ž

91 KB
Loading

β€Ždocs/assets/line.pngβ€Ž

125 KB
Loading

β€Ždocs/assets/logo.pngβ€Ž

6.69 KB
Loading

β€Ždocs/assets/pie.pngβ€Ž

96.6 KB
Loading

β€Ždocs/assets/polar.pngβ€Ž

201 KB
Loading

0 commit comments

Comments
Β (0)