Commit f0f791d2 by Torkel Ödegaard

Merge pull request #2859 from tmonk42/graphite_multiplySeries

add graphite multiplySeries function
parents 42e7a70d 7ca261e3
...@@ -88,6 +88,13 @@ function (_, $) { ...@@ -88,6 +88,13 @@ function (_, $) {
}); });
addFuncDef({ addFuncDef({
name: 'multiplySeries',
params: optionalSeriesRefArgs,
defaultParams: ['#A'],
category: categories.Calculate,
});
addFuncDef({
name: 'asPercent', name: 'asPercent',
params: optionalSeriesRefArgs, params: optionalSeriesRefArgs,
defaultParams: ['#A'], defaultParams: ['#A'],
......
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