Browse Source

Bytes should not be default

Rashid Khan 12 years ago
parent
commit
e73ea4823d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/panels/histogram/module.js

+ 1 - 1
src/app/panels/histogram/module.js

@@ -117,7 +117,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
       options       : true,
       derivative    : false,
       scale         : 1,
-      y_as_bytes    : true,
+      y_as_bytes    : false,
       tooltip       : {
         value_type: 'cumulative',
         query_as_alias: true