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:
@@ -327,6 +327,13 @@ function (_, $) {
|
|||||||
defaultParams: [100]
|
defaultParams: [100]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
addFuncDef({
|
||||||
|
name: "changed",
|
||||||
|
category: categories.Special,
|
||||||
|
params: [],
|
||||||
|
defaultParams: []
|
||||||
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'scale',
|
name: 'scale',
|
||||||
category: categories.Transform,
|
category: categories.Transform,
|
||||||
|
|||||||
Reference in New Issue
Block a user