diff --git a/README.md b/README.md index 9b7f3d7..0c74e90 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ **vue-chartjs** is a wrapper for [Chart.js](https://github.com/chartjs/Chart.js) in vue. You can easily create reuseable chart components. -## Demo +## Demo & Docs -[Demo](https://apertureless.github.io/vue-chartjs/) +- [Demo](http://demo.vue-chartjs.org/) +- [Docs](http://www.vue-chartjs.org/) ### Compatibility diff --git a/docs/README.md b/docs/README.md index d1f7699..ad6d42f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -254,9 +254,27 @@ Sometimes you need more control over chart.js. Thats why you can access the char

+![Bar](assets/bar.png) ### Line Chart + +![Line](assets/line.png) + ### Doughnut + +![Doughnut](assets/doughnut.png) + ### Pie + +![Pie](assets/pie.png) + ### Radar + +![Pie](assets/radar.png) + ### Polar Area + +![Pie](assets/polar.png) + ### Bubble + +![Bubble](assets/bubble.png) diff --git a/docs/_landing.html b/docs/_landing.html index 69b0b59..17e3760 100644 --- a/docs/_landing.html +++ b/docs/_landing.html @@ -17,7 +17,7 @@ Docs - + Demo diff --git a/docs/assets/bar.png b/docs/assets/bar.png new file mode 100644 index 0000000..3548919 Binary files /dev/null and b/docs/assets/bar.png differ diff --git a/docs/assets/bubble.png b/docs/assets/bubble.png new file mode 100644 index 0000000..9c68493 Binary files /dev/null and b/docs/assets/bubble.png differ diff --git a/docs/assets/doughnut.png b/docs/assets/doughnut.png new file mode 100644 index 0000000..34be7aa Binary files /dev/null and b/docs/assets/doughnut.png differ diff --git a/docs/assets/line.png b/docs/assets/line.png new file mode 100644 index 0000000..c700f17 Binary files /dev/null and b/docs/assets/line.png differ diff --git a/docs/assets/logo.png b/docs/assets/logo.png new file mode 100644 index 0000000..f3d2503 Binary files /dev/null and b/docs/assets/logo.png differ diff --git a/docs/assets/pie.png b/docs/assets/pie.png new file mode 100644 index 0000000..5cc540c Binary files /dev/null and b/docs/assets/pie.png differ diff --git a/docs/assets/polar.png b/docs/assets/polar.png new file mode 100644 index 0000000..e51103f Binary files /dev/null and b/docs/assets/polar.png differ diff --git a/docs/assets/radar.png b/docs/assets/radar.png new file mode 100644 index 0000000..0f71590 Binary files /dev/null and b/docs/assets/radar.png differ diff --git a/docs/assets/vue-chartjs.png b/docs/assets/vue-chartjs.png new file mode 100644 index 0000000..43fb2a0 Binary files /dev/null and b/docs/assets/vue-chartjs.png differ diff --git a/docs/assets/vue-chartjs.svg b/docs/assets/vue-chartjs.svg new file mode 100644 index 0000000..43cd47b --- /dev/null +++ b/docs/assets/vue-chartjs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 304ec76..4f71653 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,5 +14,18 @@ + + + + +