feat:新增功能

1.图表预览国际化
2.图表预览多图展示的创建面板和选择已有面板
3.图表预览创建或者选择面板保存成功后跳转到panel界面
(说明:曲线图tip信息显示还未调整及legend滚动条显示还未实现)
This commit is contained in:
hanyuxia
2020-01-15 17:17:08 +08:00
parent 84f8791021
commit fb46c00683
11 changed files with 169 additions and 88 deletions

View File

@@ -90,7 +90,7 @@ export default {
}else {
this.dataList = response.data;
}
if (this.dataList.length > 0) {
if (this.dataList.length > 0 && this.$refs.editChart) {
this.$refs.editChart.forEach((item) => {
item.showLoad();//之后要实现
});