feat:新增功能
1.图表预览国际化 2.图表预览多图展示的创建面板和选择已有面板 3.图表预览创建或者选择面板保存成功后跳转到panel界面 (说明:曲线图tip信息显示还未调整及legend滚动条显示还未实现)
This commit is contained in:
@@ -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();//之后要实现
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user