From 7fb1b3a11a4e269f43480f982777640dc767aee2 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 25 Jan 2019 13:56:00 +0300 Subject: [PATCH] fix multiple piechart instances bug --- public/vendor/flot/jquery.flot.pie.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/vendor/flot/jquery.flot.pie.js b/public/vendor/flot/jquery.flot.pie.js index 6553c8ea3a8..dee47e6e504 100644 --- a/public/vendor/flot/jquery.flot.pie.js +++ b/public/vendor/flot/jquery.flot.pie.js @@ -73,6 +73,7 @@ More detail and specific examples can be found in the included HTML file. centerLeft = null, centerTop = null, processed = false, + options = null, ctx = null; // interactive variables