Explorar o código

Changed default value for stack from true to false (#98)

Torkel Ödegaard %!s(int64=12) %!d(string=hai) anos
pai
achega
5961d54aa8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/panels/graphite/module.js

+ 1 - 1
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
        */