Rilasci di Highcharts Stock

Released: Aug 29, 2024

Aggiornamenti in v11.4.8

Correzioni

  • Panning on axes with overscroll was not possible.
  • Navigator handles were not updated if they had URL symbols.
  • Zooming out on ordinal axes was not working correctly.
  • Scrollbar was not working when x-axis extremes were the same.
  • 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...

Released: Aug 14, 2024

Aggiornamenti in v11.4.7

Correzioni

  • plotBands were assigned to the wrong yAxis when there was no series in the navigator.
  • Removed annotation was still visible in exported chart.
  • 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...

Released: Jul 8, 2024

Aggiornamenti in v11.4.6

Correzioni

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

Released: Jul 4, 2024

Aggiornamenti in v11.4.5

Correzioni

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

Aggiornamenti in v11.4.4

Funzionalità

  • 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

Aggiornamenti in v11.4.2

Funzionalità

  • Added new series.cumulativeStart option.
  • Added new navigator.handles.borderRadius option.
  • Added support for borderRadius on flag series with the squarepin symbol.
  • Added styled mode support for advanced annotations.
  • 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.

Correzioni

  • Empty string in flag title resulted in default 'A' assigned.
  • RangeSelector...

Released: Apr 4, 2024

Aggiornamenti in v11.4.1

Funzionalità

  • Added support for 'borderRadius' on flag series with the 'squarepin' symbol.

Correzioni

  • Annotations didn't get proportionally resized when dragging a control point. Ordinal axis' getExtendedPositions didn't take dataGrouping options into account.
  • Panning to extremes caused jumping to incorrect extremes.
  • Fixed a regression in v11.4.0 causing wrong crosshair label position on the right side of the chart.
  • Fixed a regression in v11.4.0 causing wrong min and max extremes for the...

Released: Mar 5, 2024

Aggiornamenti in v11.4.0

Funzionalità

  • Added possibility to set xAxis.overscroll in pixels or percentage.
  • Improved implementation of attractToPoint to make use of KD-tree.
  • Improved semantics of Stock Tools and popups to for better accessibility, specifically use <button> elements rather than spans.
  • 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...

Released: Jan 10, 2024

Aggiornamenti in v11.3.0

Funzionalità

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

Correzioni

  • series.searchPoint returned undefined after annotation redraw.
  • If the last...

Released: Oct 30, 2023

Aggiornamenti in v11.2.0

Funzionalità

  • Added 'fibonacci.reversed' option.
  • Added accessibility support for navigator handles.
  • Added keypress (ESC) action to popup and sidebar.
  • 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...