fix:修改问题
1 chart 编辑页面 unit:选择不显示,修改后保存未起作用 2 chart legend由现在的纵向排列,改为和grafana一致横向排列换行 3 url,table,singleStat全屏窗口位置显示过于靠下 4 预览:宽度过宽则显示省略号
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user