#3691 fix issue

Merged
chenshihai merged 2 commits from fix-2351 into V20230215 1 year ago
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -5183,7 +5183,7 @@ function initChartsNpu() {
};
return seriesOption;
});
let xAxisValue = res.Interval === 1 ? "时间(min)" : "时间(hour)";
let xAxisValue = "时间(min)";
let xLength = res.MetricsInfo[0].value.length;
options.xAxis.name = xAxisValue;
options.xAxis.data = Array.from(


Loading…
Cancel
Save