Lancements de Highcharts Core

Released: Aug 29, 2024

Mises à jour de v11.4.8

Correctifs

  • Series didn't render properly when the chart height was very large.
  • Series clipped on boost disabled and increased the chart size.
  • Minor ticks were wrongly distributed with multiple axes or when tickAmount was set.
  • Plot band labels and plot line labels would overlap if positioned too close. Added inside and allowOverlap options to the Axis.plotBands.label options.
  • Data labels failed to apply width in styled mode.
  • Offline PDF exporting was broken by attempted erroneous child node...

Released: Aug 14, 2024

Mises à jour de v11.4.7

Correctifs

  • Tab navigation was trapped in a loop after printing the chart.
  • Boosted heatmaps were not rendering in some cases.
  • Various tooltip and interaction issues caused by a temporary pointerEvents fix for older Chromium.
  • Version and other metadata was not being replaced after building esm-modules.
  • The rounded solid gauge series was misaligned when close to 100%.
  • Hovering line with split tooltip, then scatter, caused tooltip animation to start in top-left.
  • fillOpacity was too strong in boosted...

Released: Jul 8, 2024

Mises à jour de v11.4.6

Correctifs

  • Fixed issue with bad require tagging causing bad module references.

Released: Jul 4, 2024

Mises à jour de v11.4.5

Correctifs

  • Fixed a regression causing broken imports of modules due to bad relative paths.
  • Fixed generated TypeScript declarations for deprecated option series.events.legendItemClick.

Released: Jul 2, 2024

Mises à jour de v11.4.4

Fonctionnalités

  • Refactored the series.turboThreshold option to be more forgiving. Instead of failing with a warning message, the Series class now silently skips the fast looping of raw numbers and processes the object configuration instead, at a slight performance cost.
  • Introduced a new event and option legend.events.itemClick, events.legendItemClick has been deprecated.
  • Added a new treemap.traverseToLeaf option which allows you to drill into the last possible leaf of Treemap series.
  • Text path...

Released: May 22, 2024

Mises à jour de v11.4.2

Fonctionnalités

  • Added the option to set tooltip.animation as an animation object, not just a boolean as previously.
  • Added new pane.background.borderRadius and plotBands.borderRadius options for gauges.

Correctifs

  • Tooltip animation was not smooth.
  • legend.symbolWidth and legend.symbolHeight didn't change color axis dimensions if colorAxis.width or colorAxis.height were not set.
  • Redraw and drillupall events were called too many times during chart drill up.
  • Pixel alignment issues between grid lines...

Released: Apr 4, 2024

Mises à jour de v11.4.1

Correctifs

  • Fixed a regression in v11.4.0 causing wrong min and max extremes for the selection event in column charts.
  • Bubble legend with color-axis moved after redraw.
  • Plot lines' HTML labels rendered incorrectly.
  • The highcharts.d.ts type definition file was too large and caused issues in editors. Moved majority of series options into separate definition files.
  • Fixed a regression with resetting zoom across synchronized charts.
  • Plot line CSS classes were not concatenated with spaces, causing the...

Released: Mar 5, 2024

Mises à jour de v11.4.0

Fonctionnalités

  • 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.

Correctifs

  • Chart width exceeded container width on Windows when the chart itself caused page scrollbars.
  • Destroying a...

Released: Jan 10, 2024

Mises à jour de v11.3.0

Fonctionnalités

  • Implemented native handling of 'time.timezone' option, making dependency on moment.js redundant.
  • Added new 'colorAxis.width' and 'colorAxis.height' options, allowing absolute or relative size.
  • Added new 'chart.axisLayoutRuns' option which allows opting in for more predictable axis tick and label layout, at the cost of performance.
  • Added new default legendSymbol for area series and its derivatives.

Correctifs

  • The focusBorder was not removed from SVGElement after the element had...

Released: Oct 30, 2023

Mises à jour de v11.2.0

Fonctionnalités

  • Upgraded the build pipeline to benefit from new language features. Bundles are now compiled to ES2020 by the TypeScript compiler (*.src.js files), and minified by swc (*.js files).
  • Added support for multiple data labels on pie slices.
  • Added new 'sankey.nodeAlignment' option for the Sankey series to specify which side of the chart nodes should align.
  • Added new 'sankey.linkColorMode' option.
  • Added a feature to allow different symbols for upper/lower markers in area range and...