Merge pull request #461 from tmonk42/isNonNull

add graphite function isNonNull
pull/454/merge
Torkel Ödegaard 11 years ago
commit a3384d514f
  1. 5
      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

Loading…
Cancel
Save