mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add logarithmic scale function
This commit is contained in:
parent
5a0fa8c09f
commit
48d3317136
@ -232,6 +232,14 @@ function (_) {
|
|||||||
defaultParams: ['10s']
|
defaultParams: ['10s']
|
||||||
});
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: 'log',
|
||||||
|
category: categories.Transform,
|
||||||
|
params: [ { name: "base", type: "int" }],
|
||||||
|
defaultParams: ['10']
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'averageAbove',
|
name: 'averageAbove',
|
||||||
category: categories.Filter,
|
category: categories.Filter,
|
||||||
|
Loading…
Reference in New Issue
Block a user