Skip to content

Commit 8e80b7d

Browse files
committed
RED-7379: changed package dependancy
1 parent 62720ad commit 8e80b7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"rollup-plugin-node-resolve": "^3.0.0",
6565
"webpack": "^2.5.1",
6666
"webpack-dev-server": "^2.4.5",
67-
"yards": "^0.1.4"
67+
"yards": "^0.1.4",
68+
"vue": "^2.3.3",
69+
"eslint": "^3.19.0"
6870
},
6971
"dependencies": {
70-
"eslint": "^3.19.0",
71-
"fusioncharts": "^3.13.0",
72-
"vue": "^2.3.3"
72+
"fusioncharts": "^3.13.0"
7373
}
7474
}

src/vue-fusioncharts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export default (FC) => {
306306
},
307307
dataSource: {
308308
handler: function () {
309-
this.chartObj.setChartData(this.dataSource, this.dataFormat);
309+
this.chartObj.setChartData(this.datasource || this.dataSource, this.dataFormat || this.dataformat);
310310
},
311311
deep: true
312312
},

0 commit comments

Comments
 (0)