mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graphite: added divideSeries function, #177
This commit is contained in:
parent
2150bbf191
commit
99009a11ed
@ -68,7 +68,14 @@ function (_) {
|
|||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'diffSeries',
|
name: 'diffSeries',
|
||||||
params: optionalSeriesRefArgs,
|
params: optionalSeriesRefArgs,
|
||||||
defaultParams: ['#B'],
|
defaultParams: ['#A'],
|
||||||
|
category: categories.Calculate,
|
||||||
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: 'divideSeries',
|
||||||
|
params: optionalSeriesRefArgs,
|
||||||
|
defaultParams: ['#A'],
|
||||||
category: categories.Calculate,
|
category: categories.Calculate,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user