Add hook processRange to flot plugin.
This commit is contained in:
Vendored
+3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user