aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-12-05 16:07:51 +0800
committershentao <shentao@chinamobile.com>2017-12-05 16:08:00 +0800
commit62430d66781234816d4eee66600380b915c04089 (patch)
tree9173411c78ffc6a44db6a75b0b8ab3545be212a1 /usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js
parent3caa21ed184ef2c75902896433d2ec485fd33f82 (diff)
Fix alarm and performance display bugs
Change-Id: I12b07d4252336de7e4a4c64ea578ef625873e432 Issue-ID: USECASEUI-62 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js
index b56355af..ab4bf991 100644
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/chartLoad.js
@@ -51,9 +51,8 @@ nv.addGraph(function() {
.showMaxMin(false)
chart1.yAxis
.logScale(false)
- .axisLabel('')
- .tickFormat(d3.format(',.1f'));
- d3.select('#chart svg')
+ .axisLabel('');
+ d3.select('#chart_alarm svg')
.datum(Chart)
.transition().duration(1000)
.call(chart1);