mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added min and max
This commit is contained in:
parent
1cff3a6751
commit
8d7669bc08
@ -83,6 +83,18 @@ function (_) {
|
|||||||
defaultParams: [3]
|
defaultParams: [3]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: 'maxSeries',
|
||||||
|
shortName: 'max',
|
||||||
|
category: categories.Combine,
|
||||||
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: 'minSeries',
|
||||||
|
shortName: 'min',
|
||||||
|
category: categories.Combine,
|
||||||
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'averageSeriesWithWildcards',
|
name: 'averageSeriesWithWildcards',
|
||||||
category: categories.Combine,
|
category: categories.Combine,
|
||||||
|
Loading…
Reference in New Issue
Block a user