ソースを参照

added min and max

Aaron Bassett 12 年 前
コミット
8d7669bc08
1 ファイル変更12 行追加0 行削除
  1. 12 0
      src/app/services/graphite/gfunc.js

+ 12 - 0
src/app/services/graphite/gfunc.js

@@ -83,6 +83,18 @@ function (_) {
     defaultParams: [3]
   });
 
+  addFuncDef({
+    name: 'maxSeries',
+    shortName: 'max',
+    category: categories.Combine,
+  });
+
+  addFuncDef({
+    name: 'minSeries',
+    shortName: 'min',
+    category: categories.Combine,
+  });
+
   addFuncDef({
     name: 'averageSeriesWithWildcards',
     category: categories.Combine,