Aaron Bassett 12 anni fa
parent
commit
8d7669bc08
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  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,