You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.