diff --git a/src/app/services/graphite/gfunc.js b/src/app/services/graphite/gfunc.js index cf1e3a50721..80b2e57b50b 100644 --- a/src/app/services/graphite/gfunc.js +++ b/src/app/services/graphite/gfunc.js @@ -215,6 +215,13 @@ function (_) { defaultParams: [10] }); + addFuncDef({ + name: 'transformNull', + category: categories.Transform, + params: [ { name: "amount", type: "int", } ], + defaultParams: [0] + }); + addFuncDef({ name: 'integral', category: categories.Transform,