We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62720ad commit 8e80b7dCopy full SHA for 8e80b7d
package.json
@@ -64,11 +64,11 @@
64
"rollup-plugin-node-resolve": "^3.0.0",
65
"webpack": "^2.5.1",
66
"webpack-dev-server": "^2.4.5",
67
- "yards": "^0.1.4"
+ "yards": "^0.1.4",
68
+ "vue": "^2.3.3",
69
+ "eslint": "^3.19.0"
70
},
71
"dependencies": {
- "eslint": "^3.19.0",
- "fusioncharts": "^3.13.0",
72
- "vue": "^2.3.3"
+ "fusioncharts": "^3.13.0"
73
}
74
src/vue-fusioncharts.js
@@ -306,7 +306,7 @@ export default (FC) => {
306
307
dataSource: {
308
handler: function () {
309
- this.chartObj.setChartData(this.dataSource, this.dataFormat);
+ this.chartObj.setChartData(this.datasource || this.dataSource, this.dataFormat || this.dataformat);
310
311
deep: true
312
0 commit comments