mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
- fixes 'derivate' function name - corrent name is 'derivative'
This commit is contained in:
parent
67d11dffb9
commit
6476843e95
@ -138,7 +138,7 @@ function (_) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'derivate',
|
name: 'derivative',
|
||||||
category: categories.Transform,
|
category: categories.Transform,
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -229,4 +229,4 @@ function (_) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user