diff --git a/src/jquery.flot.js b/src/jquery.flot.js index 39695e9..1bd5833 100644 --- a/src/jquery.flot.js +++ b/src/jquery.flot.js @@ -2644,6 +2644,7 @@ Licensed under the MIT license. } } ctx.fillStyle = compliantAreaColor; + ctx.globalCompositeOperation = "destination-over"; ctx.fillRect(0, startY, xLength, endY - startY); }