[#32] changed cpu load data point sampling to show max data

This commit is contained in:
Hyun Jeong
2014-10-22 15:59:04 +09:00
parent e94e6148b8
commit 425c7eb68e
@@ -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);