pref:dashboard legend点击交互 & legend 别名功能优化
1.dashboard legend点击逻辑与grafana保持一致 2.legend别名显示、配置优化 3.tooltip 使用别名 4.抽取公共的重新设置popover z-index 的方法到common.js
This commit is contained in:
@@ -90,6 +90,7 @@ export default {
|
||||
clearPrivateKey:function(){
|
||||
this.account.privateKey=null;
|
||||
},
|
||||
|
||||
handleChange(file,fileList) {
|
||||
if (fileList.length > 0) {
|
||||
this.uploadFileList = [fileList[fileList.length - 1]]
|
||||
|
||||
Reference in New Issue
Block a user