@ -811,7 +811,6 @@ Licensed under the MIT license.
draw();
bindEvents();
function executeHooks(hook, args) {
args = [plot].concat(args);
for (var i = 0; i < hook.length; ++i) {
@ -3209,7 +3208,6 @@ Licensed under the MIT license.
}
// interactive features
var highlights = [],
@ -117,7 +117,6 @@ The plugin allso adds the following methods to the plot object:
return;
// cancel out any text selections
document.body.focus();
@ -338,7 +337,6 @@ The plugin allso adds the following methods to the plot object:
});
plot.hooks.drawOverlay.push(function(plot, ctx) {
// draw selection
if (selection.show && selectionIsSane()) {
@ -136,7 +136,6 @@ You may need to check for this in hover events.
plot.hooks.processDatapoints.push(processThresholds);
function processThresholdsLegend(ctx, canvas, s) {
if (!s.threshold) {