Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.
MapSankeySeries now automatically resolves sourceId/targetId endpoints once the referenced polygonSeries finishes loading its geoJSON. Users no longer need to wrap sankeySeries.data.setAll() in a polygonSeries.events.once("datavalidated", ...) callback.MapSankeySeries.syncZeros to ValueAxis. It will only work if syncWithAxis is set and zero is within min/max of axis.index/am5: populateString(), getTagValue(), getCustomDataValue().setFlatData() method to Hierarchy.
parentIdField setting.Tree.
true, uses cluster layout (dendrogram) where all leaf nodes are placed at the same depth.minBulletDistance was not showing/hiding bullets if set dynamically after series was already initialized.Tree and ForceDirected charts with very deep structures were having performance issues.ClusteredPointSeries, WordCloud, GaplessDateAxis, Treemap, Chord, DateAxis, and others.MapPointSeries: longitudeField: "longitude" and latitudeField: "latitude".animateProjection method to MapChart. Allows changing map projection using animation.Object.defineProperty in compiled library.ValueAxis which in some cases was ignoring minGridDistance, resulting in label overlap.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.updateData(data) method added to Component. Updates existing data in the component without disposing old data items. If there are more data items than before, new ones will be created. If there are less, old ones will be removed.ChartSerializer. Allows serializing whole chart objects into a JSON.templateField, axis bullets, axis ranges.VolumeProfile indicator was not showing value in legend when hovering columns (since last version).gridInterval was not being set on GaplessDateAxis.