From e73ea4823d130eaa07de5c44417d2d165a47111e Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Mon, 25 Nov 2013 10:09:53 -0700 Subject: [PATCH] Bytes should not be default --- src/app/panels/histogram/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/histogram/module.js b/src/app/panels/histogram/module.js index e9c20b2075a..4fa4f8fc81f 100644 --- a/src/app/panels/histogram/module.js +++ b/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