Commit 2790e4e8 by Torkel Ödegaard

change(influxdb): removed derivative functions from aggregator list

parent 8bb2b5e2
......@@ -104,7 +104,7 @@ function (angular, _, InfluxQueryBuilder) {
$scope.getFunctions = function () {
var functionList = ['count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
'derivative', 'non_negative_derivative', 'stddev', 'first', 'last'
'stddev', 'first', 'last'
];
return $q.when(_.map(functionList, function(func) {
return uiSegmentSrv.newSegment(func);
......
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