Highcharts v10.1.0
Core v10.1.0 ·
- Added allowMutatingData chart property to prevent data mutation while updating series or point. See #4259.
- Added new option, accessibility.point.describeNull.
- Added new fullscreen events, fullscreenOpen and fullscreenClose, callback functions to modify chart options during toggle fullscreen mode. See #16968.
- Added warning by default when the
accessibility.js module is not loaded.
- Added new option, accessibility.series.descriptionFormat.
- Improved the theme colors for high contrast light and high contrast dark to show more hue variance.
- Reduced verbosity of accessibility information by default.
- Changed the default value of SVGElement.show’s
inherit argument to true.
- Added option to remember keyboard focus for points:
accessibility.keyboardNavigation.seriesNavigation.rememberPointFocus.
- Added new option pie.thickness describing thickness ring of pie. This option takes precedence over pie.innerSize. See #6647.
10 BUGFIXES EXPAND COLLAPSE
- Fixed #8324, an error was thrown when calling
drillUp() after chart.applyDrilldown().
- Fixed #17188, an incorrect breadcrumbs list was generated when drilling down the axis category.
- Improved default behavior of accessibility module with axis descriptions as well as landmark roles.
- Fixed #15178, warning of invalid attribute for Reset Zoom button.
- Fixed #17146, a regression in v10 with parsing of HTML with inline style rules containing a colon.
- Fixed #14320, the table was not re-rendered after a data update.
- Part of #15863, the scrollbar is no longer initially rendered with
y: -9999.
- Fixed #9687, vertical data label suppressed when close to the right edge of the plot area.
- Fixed #17100, excessive padding in some cases when tickAmount was set.
- Fixed #16921, regression causing the wrong size of a hovered heatmap cell after zooming in.