From c75574298ce257aaa5c57336bd39860cb4c8ae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 11 Mar 2020 13:18:37 +0100 Subject: [PATCH] Revert "Graph: Improve point rendering performance (#22610)" (#22716) This reverts commit 0f6769665a8e053c4e4a3ade855f517c213f26dc. --- public/vendor/flot/jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vendor/flot/jquery.flot.js b/public/vendor/flot/jquery.flot.js index 8011e82aa53..22cb2b8ee26 100644 --- a/public/vendor/flot/jquery.flot.js +++ b/public/vendor/flot/jquery.flot.js @@ -2621,8 +2621,8 @@ Licensed under the MIT license. ctx.fillStyle = fillStyle; ctx.fill(); } + ctx.stroke(); } - ctx.stroke(); } ctx.save();