fix: 修改 同比 'Previous ' 显示错误的问题
This commit is contained in:
@@ -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__) {
|
||||
|
||||
Reference in New Issue
Block a user