ソースを参照

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

Torkel Ödegaard 12 年 前
コミット
5961d54aa8
1 ファイル変更1 行追加1 行削除
  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
       /** @scratch /panels/histogram/3
        * stack:: Stack multiple series
        * stack:: Stack multiple series
        */
        */
-      stack         : true,
+      stack         : false,
       /** @scratch /panels/histogram/3
       /** @scratch /panels/histogram/3
        * legend:: Display the legond
        * legend:: Display the legond
        */
        */