Sfoglia il codice sorgente

Add offsetToZero to gfunc.

Jeff Klukas 11 anni fa
parent
commit
06ab063671
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      src/app/services/graphite/gfunc.js

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

@@ -328,6 +328,11 @@ function (_) {
     defaultParams: [10]
   });
 
+  addFuncDef({
+    name: 'offsetToZero',
+    category: categories.Transform,
+  });
+
   addFuncDef({
     name: 'transformNull',
     category: categories.Transform,