mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
fix(influxdb 0.9): removed function from function dropdown as this function does not exist in InfluxDB 0.9
This commit is contained in:
parent
fe093c6385
commit
089508db8e
@ -18,7 +18,7 @@ function (angular, _, $) {
|
|||||||
|
|
||||||
var functionList = [
|
var functionList = [
|
||||||
'count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
|
'count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
|
||||||
'derivative', 'non_negative_derivative', 'stddev', 'first', 'last', 'difference'
|
'derivative', 'non_negative_derivative', 'stddev', 'first', 'last'
|
||||||
];
|
];
|
||||||
|
|
||||||
var functionMenu = _.map(functionList, function(func) {
|
var functionMenu = _.map(functionList, function(func) {
|
||||||
|
Loading…
Reference in New Issue
Block a user