Commit 258a0d27 by ilgizar

Add hook processRange to flot plugin.

parent dba08746
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment