Commit 28ec6b4d by carl bergquist

feat(graphite): add optional parameter for perSecond

closes #966
parent 27a0ef7e
......@@ -43,7 +43,7 @@ function (_, $) {
addFuncDef({
name: 'perSecond',
category: categories.Transform,
params: [],
params: [{ name: "max value", type: "int", optional: true }],
defaultParams: [],
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment