mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
Add hook processRange to flot plugin.
This commit is contained in:
parent
dba087463a
commit
258a0d276c
3
public/vendor/flot/jquery.flot.js
vendored
3
public/vendor/flot/jquery.flot.js
vendored
@ -632,6 +632,7 @@ Licensed under the MIT license.
|
||||
processRawData: [],
|
||||
processDatapoints: [],
|
||||
processOffset: [],
|
||||
processRange: [],
|
||||
drawBackground: [],
|
||||
drawSeries: [],
|
||||
draw: [],
|
||||
@ -1613,6 +1614,8 @@ Licensed under the MIT license.
|
||||
setRange(axis);
|
||||
});
|
||||
|
||||
executeHooks(hooks.processRange, []);
|
||||
|
||||
if (showGrid) {
|
||||
|
||||
var allocatedAxes = $.grep(axes, function (axis) {
|
||||
|
Loading…
Reference in New Issue
Block a user