Parcourir la source

Merge pull request #461 from tmonk42/isNonNull

add graphite function isNonNull
Torkel Ödegaard il y a 11 ans
Parent
commit
a3384d514f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/app/services/graphite/gfunc.js

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

@@ -69,6 +69,11 @@ function (_) {
     category: categories.Combine,
   });
 
+  addFuncDef({
+    name: 'isNonNull',
+    category: categories.Combine,
+  });
+
   addFuncDef({
     name: 'rangeOfSeries',
     category: categories.Combine