Highcharts Maps v9.3.0

Maps v9.3.0 ·
  • Improved map geometry by removing axes and implementing a MapView class. The MapView includes, currently as a beta feature, client side projection. Part of the improved geometry is the new series.data.geometry option to make it easier working with GeoJSON.
UPGRADE NOTES EXPAND COLLAPSE
  • Programmatically zooming the map by running Axis.setExtremes() no longer works. Instead, use MapView.setView.
1 BUGFIXES EXPAND COLLAPSE
  • Fixed #15656, resolved broken mouse scroll on some browsers.
HIGHCHARTS CORE v9.3.0 CHANGES These core changes also apply to this module EXPAND COLLAPSE
16 BUGFIXES EXPAND COLLAPSE
  • Fixed #12169, allowing Blob offline export in Firefox.
  • Fixed #16150, pyramid shape was incorrect for inverted charts when yAxis.width set.
  • Fixed #16275, ticks on the axis weren’t displayed when their value was too high.
  • Fixed #16165, border radius disappeared after hovering a point in heatmap.
  • Fixed #13780, tooltip was mispositioned when yAxis was reversed.
  • Fixed #12828, click event on point wasn’t working on IE with color axis.
  • Fixed issue #15876, DOM order not following keyboardNavigation.order.
  • Fixed #11756, adding image without optional parameters threw an error.
  • Fixed #15480 and #16052, disabled point markers sometimes appeared on redraw with accessibility module loaded.
  • Fixed #13683, the last row of items in a paginated legend was not fully visible in edge cases.
  • Fixed #16004, a regression causing shared tooltip not to show for some axes with multiple differently positioned axes.
  • Fixed #16245, automatic minRange did not consider floor/ceiling.
  • Fixed #12961, the chart crashed when axis.tickInterval was negative.
  • Fixed #15117, pointStart and pointInterval did not work with turboed 2d array data.
  • Fixed #16143, offline exporting hidden boosted series threw error 28.
  • Fixed #16176, funnel data labels with rotation set showed console error.
See full Highcharts v9.3.0 release →