fix:修改问题

1 chart 编辑页面 unit:选择不显示,修改后保存未起作用
2 chart legend由现在的纵向排列,改为和grafana一致横向排列换行
3 url,table,singleStat全屏窗口位置显示过于靠下
4 预览:宽度过宽则显示省略号
This commit is contained in:
hyx
2020-05-08 20:40:46 +08:00
parent 7b9479034b
commit a3eeadc6b3
5 changed files with 15 additions and 6 deletions

View File

@@ -922,7 +922,7 @@
this.chart.height=item;
},
unitSelected:function(value){
this.chart.unit=value[value.length-1];
//this.chart.unit=value[value.length-1];
},
chartTypeChange(){
let chartType = this.chart.type;