mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add transformNull
This commit is contained in:
parent
6100336b2a
commit
1cff3a6751
@ -215,6 +215,13 @@ function (_) {
|
|||||||
defaultParams: [10]
|
defaultParams: [10]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: 'transformNull',
|
||||||
|
category: categories.Transform,
|
||||||
|
params: [ { name: "amount", type: "int", } ],
|
||||||
|
defaultParams: [0]
|
||||||
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'integral',
|
name: 'integral',
|
||||||
category: categories.Transform,
|
category: categories.Transform,
|
||||||
|
Loading…
Reference in New Issue
Block a user