From 425c7eb68eebf731eca8f4bac42393cd13d49224 Mon Sep 17 00:00:00 2001 From: Hyun Jeong Date: Wed, 22 Oct 2014 15:59:04 +0900 Subject: [PATCH] [#32] changed cpu load data point sampling to show max data --- web/src/main/webapp/scripts/directives/cpuLoadChart.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/main/webapp/scripts/directives/cpuLoadChart.js b/web/src/main/webapp/scripts/directives/cpuLoadChart.js index 3ba60369b..f38e26522 100644 --- a/web/src/main/webapp/scripts/directives/cpuLoadChart.js +++ b/web/src/main/webapp/scripts/directives/cpuLoadChart.js @@ -114,7 +114,6 @@ angular.module('pinpointApp') oChart = AmCharts.makeChart(sId, options); oChart.chartCursor.addListener('changed', function (event) { scope.$emit('jvmMemoryChart.cursorChanged.' + scope.namespace, event); - scope.$emit('cpuLoadChart.cursorChanged.' + scope.namespace, event) }); oChart.chartCursor.addListener('moved', function (type, x, y, zooming, chart) { // console.log('moved', type, x, y, zooming, chart);