forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
v3.1.6 release notes
Paul Jackson edited this page Nov 1, 2013
·
1 revision
- Release date: 2013-11-01
-
Downloads
- Source code (Repository: wet-boew, Git tag: v3.1.6)
- Production files (Repository: wet-boew-dist, Git tag: v3.1.6)
Session timeout: added missing timeout messages (fixes #3354)
Charts plugin - Inner white circle bug on certain pie charts
- What is the bug? An inner white circle appears in the middle of certain pie charts.
- What is the severity? The bug is a trivial display glitch which occurs in very specific and limited scenarios.
- Where does this bug occur? The bug only occurs when a donut pie chart (hole in the middle) precedes a regular pie chart (no hole in the middle) on the same Web page.
- What is the root cause? The root cause is that Flot.js currently can't support more than one value per page for the pieinnerradius CSS option. More information can be found on the Flot.js issue 1128: Pie Chart - Undesirable inner white circle.
- What is the workaround? Either keep donut and regular pie charts on different Web pages or ensure that regular pie charts precede the donut pie charts.
-
Number of commits:
- @pjackson28: 5 commits
- @nschonni: 1 commit
- @patheard: 1 commit
- https://github.com/wet-boew/wet-boew/commit/8366504 pjackson28, 2013-10-27 00:44:47 -0400, Updated the build version to v3.0.12-development
- https://github.com/wet-boew/wet-boew/commit/f447714 Pat Heard, 2013-10-29 20:29:43 -0400, Session: added missing timeout messages (fixes #3354)
- https://github.com/wet-boew/wet-boew/commit/c79792f Paul Jackson, 2013-11-01 02:00:12 -0400, Updated home page and readme for v3.1.6 release.