amCharts 5: Charts 5.18.0
Released: Jun 4, 2026
Actualizaciones en 5.18.0
Características
- fitNodes (default: false) setting added to Tree chart. If set to true, hidden nodes will excluded from the layout, giving more space for visible ones.
- pdfmake dependency updated to ^0.3.9. For those using only amCharts Exporting API, nothing changes. Only if you are accessing pdfmake object directly, there are some breaking API changes.
- Renamed type setting to maType on moving average indicators (MovingAverage, MovingAverageDeviation, MovingAverageEnvelope, BollingerBands). (Setting type will work as well, but it's deprecated)
- Renamed type setting to shapeType on VoronoiTreemap. (Setting type will work as well, but it's deprecated)
Correcciones
- PictorialStackedSeries was not correctly guarding against NaN scale values, which could result in invalid scale being applied to the series mask and graphics.