Rilasci di amCharts 5: Stock Chart

Released: Apr 6, 2026

Aggiornamenti in 5.17.0

Funzionalità

  • Added safeguards to avoid floating point errors when animating values.

Released: Mar 17, 2026

Aggiornamenti in 5.16.2

Funzionalità

  • Added syncZeros to ValueAxis. It will only work if syncWithAxis is set and zero is within min/max of axis.
  • Exposing standalone functions via index/am5: populateString(), getTagValue(), getCustomDataValue().
  • Added nodeSeparation setting to Tree.
    • Now allows custom separation function between nodes, receiving two data items and returning a numeric value.
  • Added setFlatData() method to Hierarchy.
    • Now accepts flat array data with parent ID references and converts it to nested...

Released: Mar 3, 2026

Aggiornamenti in 5.16.1

Funzionalità

  • Performance Optimization: ClusteredPointSeries, WordCloud, GaplessDateAxis, Treemap, Chord, DateAxis, and others.

Released: Feb 18, 2026

Aggiornamenti in 5.16.0

Funzionalità

  • Changed
    • Performance: No longer using Object.defineProperty in compiled library.

Correzioni

  • Fixed logarithmic scale of ValueAxis which in some cases was ignoring minGridDistance, resulting in label overlap.

Released: Feb 5, 2026

Aggiornamenti in 5.15.6

Funzionalità

  • Added ignoreThemes to Entity. If set to true, no themes will be applied to the element. Set it to true on an element (e.g. candles) of which there are many for improved performance. Required setting will need to be set directly on the element or its template.
  • Performance of turboMode increased significantly.

Released: Jan 28, 2026

Aggiornamenti in 5.15.5

Funzionalità

  • skipRenderFrame property added to Root. If set to true, the next frame will not be rendered. Helps to avoid flickering in some cases, like zooming right after data update.

Correzioni

  • StockChart with indicators was not properly switching data granularity.

Released: Jan 23, 2026

Aggiornamenti in 5.15.4

Correzioni

  • Adding bullets to series in some setups with React could result JS error since 5.15.0.

Released: Jan 14, 2026

Aggiornamenti in 5.15.3

Correzioni

  • Bullets added to individual data items were not updating their position.

Released: Jan 12, 2026

Aggiornamenti in 5.15.2

Funzionalità

  • If an invalid SVG path is passed to Graphics svgPath setting, a warning is displayed instead of a JS error.

Correzioni

  • Toggling turboMode after the ColumnSeries was initialized was not working properly.

Released: Jan 6, 2026

Aggiornamenti in 5.15.1

Correzioni

  • Axis ranges were not being fully parsed from JSON config.