Highcharts Maps v11.4.0

Released: Mar 5, 2024

v11.4.0 中的更新

特性

  • Added new option 'sankey.nodeDistance' and the ability to set 'sankey.nodeWidth' to auto. The same option pair is also supported by organization chart and treegraph series.
  • Enhanced pinch zoom behavior to redraw axes and series continuously.
  • Added new option 'organization.hangingSide' which allows nodes to hang from the right side in inverted organization charts.

修补程序

  • DataLabels were overlapping map navigation buttons.
  • Point visibility was reverted after interaction with a map.
  • Map animated from top left on any series.update.
  • If mapPoint.name was given, point.name didn't take effect.
  • Chart width exceeded container width on Windows when the chart itself caused page scrollbars.
  • Destroying a chart after point hover sometimes produced an error.
  • By applying fillColor to series from highContrastTheme.colors if set.
  • Ticks and gridlines were visible outside the axis in some corner cases.
  • Incomplete string escaping or encoding in SVGRenderer.
  • Incomplete multi-character sanitization in SVGRenderer.
  • Incomplete multi-character sanitization in SVGElement node title.
  • Permissive regex in mapcharts.js.
  • Potential prototype pollution in Utilities.ts.
  • Potential prototype pollution in NavigationBinding.ts.
  • Detached elements and events in the Accessibility module produced a memory leak.
  • Series.color only initially impacted the color of x-range points.
  • Point events update didn't work.
  • Toggling bellcurve visibility threw error.
  • Multiple series zones broke graph.
  • Column range series had area-style legend marker.
  • Boosted scatter chart did not work without axis min/max-options.
  • Alignment and overlap detection for rotated data labels didn't work correctly.
  • centerInCategory on inverted column chart had incorrect series order.
  • The packed bubble series was not rendered correctly in an inverted chart.