Skip to content

4.9.19

Compare
Choose a tag to compare
@martynasma martynasma released this 30 Apr 16:40
· 59 commits to master since this release

[4.9.19] - 2020-04-30

Added

  • Export: Two new PDF export options added: font and extraFonts which enable specifying non-default font to use when exporting PDF. More info.

Changed

  • Third party resize sensor replaced with a home-brewed, which is faster and more reliable.
  • svgContainer.resizeSensor replaced with a dummy object. Make sure you remove all references to it in your code. Calling it's reset() method will now generate a warning in console.

Fixed

  • Inline text formatting blocks now accept quote-enclosed values, e.g. [font-family: 'Segoe UI'].
  • Fills for columns in RadarColumnSeries were black (since last release).
  • With Chrome 81 disposing the chart in with DevTools open was very slow.
  • Performance optimizations when showing/hiding series with a lot of data.
  • Tooltip was flickering at 0,0 position if animated theme was not enabled.