Rilasci di Highcharts Suite

Released: Dec 21, 2024

Aggiornamenti in v12.1.2

Correzioni

  • 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

Aggiornamenti in v12.1.1

Correzioni

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

Released: Dec 17, 2024

Aggiornamenti in v12.1.0

Funzionalità

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

Correzioni

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

Released: Dec 4, 2024

Aggiornamenti in v12.0.2

Correzioni

  • 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

Aggiornamenti in v12.0.1

Correzioni

  • Fixed: compiled files were not available on npm.

Released: Nov 27, 2024

Aggiornamenti in v12.0.0

Funzionalità

  • 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

Aggiornamenti in v11.4.8

Correzioni

  • 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

Aggiornamenti in v11.4.7

Correzioni

  • 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

Aggiornamenti in v11.4.6

Correzioni

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

Released: Jul 4, 2024

Aggiornamenti in v11.4.5

Correzioni

  • Fixes in Highcharts Core
    • Fixed a regression causing broken imports of modules due to bad relative paths.
    • Fixed generated TypeScript declarations for deprecated option series.events.legendItemClick.
  • Fixes in Highcharts Stock
    • Colors lost on a color axis after going back to grouped state with data grouping enabled.
    • Navigator's grid lines were too long in a chart with a scrollable plot area.