Commit 8b656f15 by Torkel Ödegaard

feat(graphite): added stddevSeries func def, closes #4782

parent 723bfa70
......@@ -81,6 +81,13 @@ function (_, $) {
});
addFuncDef({
name: 'stddevSeries',
params: optionalSeriesRefArgs,
defaultParams: [''],
category: categories.Calculate,
});
addFuncDef({
name: 'divideSeries',
params: optionalSeriesRefArgs,
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