mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 16:15:25 +00:00
update type
This commit is contained in:
parent
2e24925301
commit
90ca98aedd
@ -149,7 +149,10 @@ async function setMetricType() {
|
||||
return d;
|
||||
}
|
||||
} else if (graph.type === "Table") {
|
||||
if (d.type === MetricsType.LABELED_VALUE) {
|
||||
if (
|
||||
d.type === MetricsType.LABELED_VALUE ||
|
||||
d.type === MetricsType.REGULAR_VALUE
|
||||
) {
|
||||
return d;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user