Graphite: added perSecond function to the func def list

This commit is contained in:
Torkel Ödegaard
2014-10-07 06:40:45 -04:00
parent 9245cd6aae
commit 75d60ccb69
+7
View File
@@ -39,6 +39,13 @@ function (_) {
defaultParams: [1],
});
addFuncDef({
name: 'perSecond',
category: categories.Transform,
params: [],
defaultParams: [],
});
addFuncDef({
name: "holtWintersForecast",
category: categories.Calculate,