fix:endpoint query loading调整 & dashboard bug修复

1.endpoint query loading样式调整
2.dashboard preview 无法显示图表bug修复
This commit is contained in:
wangwenrui
2020-03-12 14:10:37 +08:00
parent 20f982a049
commit 32bcf09c73
7 changed files with 125 additions and 73 deletions

View File

@@ -233,7 +233,7 @@
type:'line',
span:12,
height:'400',
unit:1,
unit:2,
elements:{
id: '',
expression: '',
@@ -260,10 +260,10 @@
id:"table",
name:this.$t("dashboard.panel.chartForm.typeVal.table.label")
},
{
id:'stackArea',
name:this.$t("dashboard.panel.chartForm.typeVal.stackArea.label")
}
// {
// id:'stackArea',
// name:this.$t("dashboard.panel.chartForm.typeVal.stackArea.label")
// }
],
elements: [1], // 指标部分 tarNum
elementTarget: [], // 本地保存数据
@@ -679,7 +679,7 @@
this.chart.type = 'line';
this.chart.span = 12;
this.chart.height = 400+'';
this.chart.unit=1;
this.chart.unit=2;
this.elements = [1];
this.elementTarget = [];
bus.chartAddInfo.metricTarget = [];