Highcharts JS v9.3.x

Released: Oct 21, 2021

v9.3.x 버젼 업데이트

v9.3.3

Updated Feb 1, 2022

Fixes

  • Fixed keyboard focus management issues with fullscreen change.

v9.3.2

Updated Nov 29, 2021

Features

  • Added support for Trusted Types, a browser standard for preventing cross-site scripting vulnerabilities.

Fixes

  • Spacing was incorrect for legend items without a name.
  • Fixed issue with data module updates with firstRowAsNames enabled.
  • Fixed a regression causing updating of dataLabels.useHTML not to take effect.
  • Fixed Windows high contrast mode keyboard navigation issues.

v9.3.0

Updated Oct 21, 2021

Features

  • Added new offset options for nodes in Sankey and Organization charts - nodes.offsetHorizontal and nodes.offsetVertical.
  • Added new annotations.crop option which allows you to hide annotations outside the plot area.
  • Added the ability to remove accessibility information sections by setting section formats to null.
  • Added support for series.accessibility.point options matching the top level accessibility.point options.
  • Added support for pageUp/pageDown in legend keyboard navigation for scrolling between legend pages.
  • Improved series keyboard navigation which now supports End/Home/PgUp/PgDown keys.

Fixes

  • Fixed allowing Blob offline export in Firefox.
  • Fixed issue where pyramid shape was incorrect for inverted charts when yAxis.width set.
  • Ticks on the axis weren't displayed when their value was too high.
  • Border radius disappeared after hovering a point in heatmap.
  • Tooltip was mispositioned when yAxis was reversed.
  • Click event on point wasn't working on IE with color axis.
  • DOM order not following keyboardNavigation.order.
  • Adding image without optional parameters threw an error.
  • Disabled point markers sometimes appeared on redraw with accessibility module loaded.
  • The last row of items in a paginated legend was not fully visible in edge cases.
  • Fixed a regression causing shared tooltip not to show for some axes with multiple differently positioned axes.
  • Automatic minRange did not consider floor/ceiling.
  • The chart crashed when axis.tickInterval was negative.
  • pointStart and pointInterval did not work with turboed 2d array data.
  • Offline exporting hidden boosted series threw error 28.
  • Funnel data labels with rotation set showed console error.