Highcharts v10.2.0

Core v10.2.0 ·
  • Added option to sort the chart data table by clicking the column headers. See #16972.
  • Added RTL support for breadcrumbs, see #17340.
  • Added new feature, series.onPoint, allowing to display some series types (e.g. pie) over a point with a given id. See #12526.
11 BUGFIXES EXPAND COLLAPSE
  • Fixed #17273, data labels did not always have enough contrast. Ensured maximum contrast according to W3C’s relative luminance.
  • Fixed #12206, xAxis.labels.y did not adapt to multiline labels when xAxis.opposite was true.
  • Fixed #17281, an error in console when bubble with custom marker exceeded the zThreshold.
  • Fixed #17285, made the opacity property work for different states in the sankey series.
  • Fixed #17167, legend title didn’t hide when chart data was empty.
  • Fixed #17336, hover state was only applied once to buttons.
  • Fixed #11816, in gauge series, added dial path into API documentation.
  • Fixed #17352, the tooltip was not visible after updating scrollablePlotArea.
  • Fixed #17381, generic class names in data table conflicted with commonly used classes in CSS.
  • Fixed #17186, CSV rows were missing delimiters when data was missing at the end of a row.
  • Fixed #17236, timeout for accessibility module warning caused test issues.