mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Merge pull request #2458 from thuck/influxdb_non_negative_derivative
Including non_negative_derivative function on influxdb
This commit is contained in:
commit
776ca86a60
@ -18,7 +18,7 @@ function (angular, _, $) {
|
||||
|
||||
var functionList = [
|
||||
'count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
|
||||
'derivative', 'stddev', 'first', 'last', 'difference'
|
||||
'derivative', 'non_negative_derivative', 'stddev', 'first', 'last', 'difference'
|
||||
];
|
||||
|
||||
var functionMenu = _.map(functionList, function(func) {
|
||||
|
Loading…
Reference in New Issue
Block a user