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
Added a privacy manifest file to the framework, #433
Framework:
Added new option sankey.nodeDistance and the possibility of setting sankey.nodeWidth to auto. The same option pair is also supported by organization chart and treegraph series.
Enhanced the pinch zoom behavior to redraw the axes and series continuously. Previously it created a preview by scaling the graphs, then did a full review at the end. Also a deeper refactor and unification of the whole zoom, pan and mousewheel logic.
Added new option organization.hangingSide which allows nodes to hang from the right side in inverted organization charts. See #17240.
Framework bug fixes:
Fixed #20334, chart width exceeded container width on Windows when the chart itself caused page scrollbars.
Fixed #20572, destroying a chart after point hover sometimes produced an error.
Fixed #15921 by applying fillColor to series from highContrastTheme.colors if set.
Fixed #20166, ticks and gridlines were visible outside the axis in some corner cases.
Fixed code scan issues 56, incomplete string escaping or encoding in SVGRenderer, and 72, incomplete multi-character sanitization in SVGRenderer.