no message

Former-commit-id: ddf32a1c27719b3bc0f35216c885c927fc716ae3
Former-commit-id: 255da9f58481583058be881592e637fa1c98606d
Former-commit-id: c891fe042d3256edf4c183b99f501114354453d5
This commit is contained in:
李杨
2018-02-17 10:11:48 +08:00
parent 07824dd46f
commit c166efc6e6
2 changed files with 1 additions and 2 deletions

View File

@@ -70,11 +70,9 @@ export default {
changeData () {
if (this.chart) {
// 已经初始化过图表 更新数据
console.log(1)
this.chart.changeData(this.dvMaker())
} else {
// 没有图表 新创建一个实例
console.log(2)
this.initHandler()
}
}

View File

@@ -1,5 +1,6 @@
import G2 from '@antv/g2'
import * as DataSet from '@antv/data-set'
// 关闭 G2 的体验改进计划打点请求
G2.track(false)