fix: 修改 system — chartType 不正确的问题

This commit is contained in:
zhangyu
2021-12-16 20:54:00 +08:00
parent 54c79e9aab
commit 0e27bc6cc4
17 changed files with 21 additions and 56 deletions

View File

@@ -819,7 +819,6 @@ export function getMetricTypeValue (queryItem, type) {
}
case 'last': {
const last = copy.sort((x, y) => { return parseFloat(y[0]) - parseFloat(x[0]) })[0][1]
console.log(last)
return last
}
case 'first': {