mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added graphite function changed, closes #1961
This commit is contained in:
parent
1a401780ba
commit
ea54f6923b
@ -327,6 +327,13 @@ function (_, $) {
|
||||
defaultParams: [100]
|
||||
});
|
||||
|
||||
addFuncDef({
|
||||
name: "changed",
|
||||
category: categories.Special,
|
||||
params: [],
|
||||
defaultParams: []
|
||||
});
|
||||
|
||||
addFuncDef({
|
||||
name: 'scale',
|
||||
category: categories.Transform,
|
||||
|
Loading…
Reference in New Issue
Block a user