소스 검색

Using bar graph

Manu Mtz-Almeida 10 년 전
부모
커밋
53d29b14f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 defaultData = histogram(windowSize, timestamp);
     window.goroutinesChart = $('#goroutinesChart').epoch({
-        type: 'time.area',
+        type: 'time.bar',
         axes: ['bottom', 'left'],
         height: height,
         data: [