Skip to content

4.10.17

Compare
Choose a tag to compare
@martynasma martynasma released this 19 Mar 10:09
· 24 commits to master since this release

[4.10.17] - 2021-03-19

Added

  • New setting for Export: webFontFilter. Allows it to set to a regular expression. If set only those external fonts that their URL match regular exporession will be loaded.
  • New setting for ForceDirectedSeries: showOnTick (default 10). Render series hidden until Xth tick.
  • New setting for XYCursor: snapOnPan (default true). Indicates whether to "snap" zoom selection to equal periods when panning by cursor ends.

Fixed

  • Zooming of chart with multiple vertical axes of which one was inverted was incorrect.
  • minZoomCount was not being taken into account when zooming with mouse wheel.
  • JSON config: exporting.dataFields setting was being ignored.
  • Creating chart before its container is ready, was resulting in extra element in DOM in some cases.