Lançamentos do Highcharts Suite

Released: Apr 7, 2025

Atualizações na v12.2.0

Recursos

  • New in Highcharts Core v12.2.0:
    • Added support for native color-mix. This means colors don't have to be parsed and analyzed in order to allow tweening and modification. Which means full support for CSS variables, named colors and all color definitions known to the browser.
    • Added experimental flag, HTMLElement.useForeignObject. When true, labels with the useHTML flag are rendered inside a <foreignObject> in SVG, instead of the traditional parallel div structure.
    • Added ESM bundles...

Released: Dec 21, 2024

Atualizações na v12.1.2

Correções

  • Fixed: a regression in v12.1.1 causing Highcharts to crash when loaded from a script tag in the head section.

Released: Dec 20, 2024

Atualizações na v12.1.1

Correções

  • Fixed: the global Highcharts.dateTime function didn't pick the locale from the html.lang attribute, fell back to browser default.
  • Fixed: min and max settings in exporting.chartOptions axis options were not respected if the user had interacted with the axis.
  • Fixed: a regression in v12 causing wrong number formatting with lang.decimalPoint and lang.thousandsSep set to , and . respectively (European style).
  • Fixed: a regression in v12.1.0 causing bad alignment of text inside the reset zoom...

Released: Dec 17, 2024

Atualizações na v12.1.0

Recursos

  • Added new treemap feature, the grouping of small leaf nodes, configured by the treemap.cluster option.

Correções

  • Fixed: a regression causing wrong tooltip header with plus sign in date formats.
  • Fixed: treemap data label padding was not respected.
  • Fixed: multiline text was not centered within data labels.
  • Fixed: some tooltip date formats were not correctly replaced.
  • Fixed: setting the time.timezone option explicitly to undefined didn't work as described.
  • Fixed: stickyTracking was broken...

Released: Dec 4, 2024

Atualizações na v12.0.2

Correções

  • Fixed: numeric font-size for labels didn't work as announced.
  • Fixed: v12 modules didn't work with highstock, highmaps and highcharts-gantt NPM bundles.
  • Fixed: drilldown breadcrumb showed the wrong label when scrollbar was enabled.
  • Fixed: tooltip could spill over at certain widths.
  • Fixed: missing points in scatter series with boost.
  • Fixed: only the first zone got shadow when shadow was true.

Released: Nov 28, 2024

Atualizações na v12.0.1

Correções

  • Fixed: compiled files were not available on npm.

Released: Nov 27, 2024

Atualizações na v12.0.0

Recursos

  • Refactored the Series class to organize its data in a DataTable instead of parallel arrays. Removed the internal Series properties xData, yData, processedXData and processedYData, as well as some additional series-specific data arrays, in favor of Series.dataTable.
  • Added support for data.x values as date strings. These can now be defined for example as '2024-10-03' as a more human readable alternative to timestamps.
  • Also allowed date string in other options referring to x values...

Released: Aug 29, 2024

Atualizações na v11.4.8

Correções

  • Fixes in Highcharts Core
    • 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...

Released: Aug 14, 2024

Atualizações na v11.4.7

Correções

  • Fixes in Highcharts Core
    • 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...

Released: Jul 8, 2024

Atualizações na v11.4.6

Correções

  • Fixes in Highcharts Core
    • Fixed issue with bad require tagging causing bad module references.