From 5961d54aa8230cf8ab2a0d20e5673cf14ebf53c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 15 Feb 2014 10:55:04 +0100 Subject: [PATCH] Changed default value for stack from true to false (#98) --- src/app/panels/graphite/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/graphite/module.js b/src/app/panels/graphite/module.js index b419cf15a47..df7ff8c1093 100644 --- a/src/app/panels/graphite/module.js +++ b/src/app/panels/graphite/module.js @@ -153,7 +153,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { /** @scratch /panels/histogram/3 * stack:: Stack multiple series */ - stack : true, + stack : false, /** @scratch /panels/histogram/3 * legend:: Display the legond */