Merge pull request #15062 from alexanderzobnin/fix-piechart

fix multiple piechart instances bug
pull/15068/head
Daniel Lee 6 years ago committed by GitHub
commit 684b588126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save