no message

Former-commit-id: 34bfc333be64a3f8f774f49a571be0db887098b1
Former-commit-id: 31b3d27fe5719fea3583f80f1498cd19b214b644
Former-commit-id: 1e07d94e6e1a349f538703ea6a5b04b2b65d1ac6
This commit is contained in:
李杨
2018-02-17 22:30:49 +08:00
parent 54450481e2
commit 5c2055d113
4 changed files with 34 additions and 14 deletions

View File

@@ -68,12 +68,6 @@ export default {
})
}))
},
// 更新指定的图表
chartResize (name) {
this.$nextTick(() => {
this.$refs[name].resize()
})
},
// 布局组件发生变化
layoutUpdatedHandler (newLayout) {
console.group('layoutUpdatedHandler')
@@ -84,7 +78,9 @@ export default {
},
// 改变尺寸完成
handleResized (name) {
this.chartResize(name)
this.$nextTick(() => {
this.$refs[name].resize()
})
},
// 用户触发了卡片右上角的刷新按钮
handleRefreshData (index) {