Merge branch 'dev-3.8' of git.mesalab.cn:nezha/nezha-fronted into dev-3.9
This commit is contained in:
@@ -338,7 +338,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -445,7 +445,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -434,7 +434,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -489,7 +489,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -351,7 +351,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -472,7 +472,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -459,7 +459,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -541,7 +541,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
@@ -527,7 +527,7 @@ export default {
|
||||
}
|
||||
},
|
||||
chartMousedown (e) {
|
||||
if (this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') {
|
||||
if ((this.dataLink.length || this.chartInfo.datasource === 'metrics' || this.chartInfo.datasource === 'logs') && this.tooltip.dataLinkShow) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user