fix: 修改 同比 'Previous ' 显示错误的问题

This commit is contained in:
zhangyu
2021-12-30 15:45:05 +08:00
parent f6225f3fe1
commit 4fd62579d1

View File

@@ -88,7 +88,7 @@ export default {
let alias = ''
if (chartInfo.elements && (expressionIndex >= chartInfo.elements.length)) {
expressionIndex -= chartInfo.elements.length
legend += 'Previous '
// legend += 'Previous '
alias += 'Previous '
}
if (data.metric.__name__) {