Using bar graph

This commit is contained in:
Manu Mtz-Almeida 2015-05-13 02:53:09 +02:00
parent 3fb8a25a21
commit 53d29b14f6

View File

@ -19,7 +19,7 @@ function StartEpoch(timestamp) {
var height = 200; var height = 200;
var defaultData = histogram(windowSize, timestamp); var defaultData = histogram(windowSize, timestamp);
window.goroutinesChart = $('#goroutinesChart').epoch({ window.goroutinesChart = $('#goroutinesChart').epoch({
type: 'time.area', type: 'time.bar',
axes: ['bottom', 'left'], axes: ['bottom', 'left'],
height: height, height: height,
data: [ data: [