From 61e061b61aa4f54293f074aaaf5e1cc6cefdf8a2 Mon Sep 17 00:00:00 2001 From: Dan Zhang Date: Tue, 19 Oct 2021 14:35:45 +1000 Subject: [PATCH] AOT-4225 shading below data --- src/jquery.flot.js | 1 + 1 file changed, 1 insertion(+) 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); }