Browse Source

Using bar graph

Manu Mtz-Almeida 10 years ago
parent
commit
53d29b14f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/realtime-advanced/resources/static/realtime.js

+ 1 - 1
examples/realtime-advanced/resources/static/realtime.js

@@ -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: [