Explorar el Código

Bytes should not be default

Rashid Khan hace 12 años
padre
commit
e73ea4823d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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