Skip to content

v3.1.6 release notes

Paul Jackson edited this page Nov 1, 2013 · 1 revision

français

  • Release date: 2013-11-01
  • Downloads

What's New

Session timeout: added missing timeout messages (fixes #3354)

Known Issue

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.

Under the Hood (list of commits)

Clone this wiki locally