Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
update for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GimmyHchs committed Nov 18, 2016
1 parent 3256685 commit cddae61
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -3,17 +3,20 @@ Base on **Vue2**, wrapper for **ChartJs**.
-[Vue js](https://vuejs.org/)
-[Chart js](http://www.chartjs.org/)
-Work well with [Laravel](https://laravel.com/)
-Degree of completion 90%


# Render a Chart Easily
-Single Line
![](https://raw.githubusercontent.com/hchstera/vue-charts/master/pictures/easy_use.png)
-Multiple Bar
![](https://raw.githubusercontent.com/hchstera/vue-charts/master/pictures/multiple.png)
-Multiple Mix Chart
![](https://raw.githubusercontent.com/hchstera/vue-charts/master/pictures/mix.png)

# Features
-Single Chart
-Multiple Chart
-Multiple Mix Chart
-[Override Datasets](http://vue-charts.hchspersonal.tk/line#datasets)
-[Override Option](http://vue-charts.hchspersonal.tk/line#option)
-[Pass Json data](http://vue-charts.hchspersonal.tk/passjson)
Expand Down
1 change: 1 addition & 0 deletions components/chartjs-bar.vue
Expand Up @@ -14,6 +14,7 @@ export default {
chart_data: {
labels: this.labels,
datasets: [{
type: 'bar',
label: this.datalabel,
backgroundColor: this.backgroundcolor,
borderColor: this.bordercolor,
Expand Down
1 change: 1 addition & 0 deletions components/chartjs-line.vue
Expand Up @@ -36,6 +36,7 @@ export default {
chart_data: {
labels: this.labels,
datasets: [{
type: 'line',
label: this.datalabel,
fill: this.fill,
lineTension: this.linetension,
Expand Down
196 changes: 195 additions & 1 deletion dist/vue-charts.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hchs-vue-charts",
"version": "1.1.5",
"version": "1.2.0",
"description": "Base on Vue2.0 wrapper for ChartJs.",
"main": "vue-charts.js",
"scripts": {
Expand All @@ -15,6 +15,7 @@
},
"keywords": [
"vue",
"vuejs",
"chart",
"chart.js",
"chartjs",
Expand Down
Binary file added pictures/mix.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cddae61

Please sign in to comment.