Including non_negative_derivative function on influxdb

Since version 0.9.0 of influxdb the non_negative_derivative function
is merged, this small patch includes it as an option on grafana.
This commit is contained in:
Denis Doria
2015-08-06 10:23:52 +02:00
parent 862e52a830
commit f3fc128ec3
@@ -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) {