mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 01:35:58 +10:00
[#32] changed cpu load data point sampling to show max data
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user