Releases: amcharts/amcharts5
Releases · amcharts/amcharts5
Release list
5.0.0-beta.23
[5.0.0-beta.23] - 2021-09-23
Fixed
- Scrollbar was doing some unneeded animations when grip was released while axis was still animating.
- Double-clicking on scrollbar thumb did not always result full zoomout.
- Clicking on Scrollbar background did not always result in animating to the clicked position.
stroke&fillset onColumnSeries'columns.templatewas being overriden by seriesstrokeandfill.- Not all settings of
columns.templatewere copied toColumnSeries' legend marker.
5.0.0-beta.22
[5.0.0-beta.22] - 2021-09-22
Added
PercentSeries,FlowNodes, andHierarchynow havefillFieldsetting. It can be used to specify slice/node fill color via data. If not set, colors will be assigned automatically from series'colors(ColorSet).
Changed
- The way values of nodes in
Hierarchyis counted updated to be consistent. There are two options now: a) set values on lowest nodes (no children) so that each node's value is a sum of all its descendants; b) set values for each node. Using any other approach might produce unpredictangle results. colorsof thePercentSeries,FlowNodes, andHierarchywill be reset every time new data is set.
Fixed
- Charts now will update their resolution when zooming. That fixes blurriness when page is zoomed in.
- In some cases, axis' or series' tooltip was showing correct value but was not positioned in the right position.
- If a
templateFieldwas set onFlowNodes'rectangles, thefillof the rectangle set in the field was ignored.
5.0.0-beta.21
[5.0.0-beta.21] - 2021-09-21
Fixed
- Compared
XYSerieswithvalueYShow: "valueYChangeSelectionPercent"were redrawn no taking current zoom into account when mouse cursor left plot area when panning chart.
5.0.0-beta.20
[5.0.0-beta.20] - 2021-09-21
Added
toFront()andtoBack()methods added toSprite."above"setting added toAxisDataItem. Allows puttingAxisRangegrid and fill elements above the series.- New setting
ignoreFormattingforLabeladded. If set totrue, it will ignore square-bracketed style blocks and will display text as it is.
Fixed
- Elements in chart will not generate hover events if they are obstructed by some other DOM element anymore.
XYSerieswith a vertical axis range was fully visible, even the part covered by an axis range.- Axis bullets were not being hidden when axis data item was hidden.
- Labels in
BreadcrumbBarwere sometimes misaligned in Safari browser. - Legend item of an initially-hidden series/slices/columns was being shown as enabled.
5.0.0-beta.19
[5.0.0-beta.19] - 2021-09-18
Fixed
- Eemoving an axis from
xAxesoryAxeswas not working properly in some cases. - If a
templateFieldwas set on some child of a bullet'ssprite, it was being ignored.
5.0.0-beta.18
[5.0.0-beta.18] - 2021-09-17
Added
areLinked()method added toLinkedHierarchy.unlinkDataItems()method added toLinkedHierarchy.- Global function
am5.disposeAllRootElements()added. Disposes all charts. am5.registry.rootElementsadded which holds an array with instances of all activeRootelements.seriesGraphicsproperty added toPictorialStackedSeries. It's aGraphicswhich showssvgPathshape under all slices. Useful whenstartLocation/endLocationis used to make slices not occupy whole shape area.
Changed
maxPanOutofMapChartis temporarily disabled until we figure out proper behavior for it.
Fixed
- Linking nodes with
linkDataItemsofLinkedHierarchywas not working if called after the data was set. Microtheme was not removing padding from charts.- Adding in
@types/geojsonas a dependency. - Map could jump to unpredictable position after the chart's container size changed and user zoomed or panned the map.
- In some cases
LabelwithoversizedBehavior = "fit"could be incorrectly positioned. - Removing series and axes from a serial chart was not working properly.
5.0.0-beta.17
[5.0.0-beta.17] - 2021-09-15
Changed
- Default for
TreemapsettinglayoutAlgorithmchanged to"squarify". - Providing value in Hierarchy node's data will override sum of its children (except for
Pack).
Fixed
ForceDirectednodes were linked to invisible top node even thoughtopLevelwas set to1meaning top node should not be visible. This was causing issues with the layout of such nodes.
5.0.0-beta.16
[5.0.0-beta.16] - 2021-09-14
Fixed
- Fills for axis ranges could go out of plot area bounds.
- Tooltip of Y axis could be displayed out of bounds in some cases.
5.0.0-beta.15
[5.0.0-beta.15] - 2021-09-14
Added
dynamicsetting added toBullet, for the bullets that need theirspriteelement redrawn when axis changes.ClockHandnow supports negative radius value (distance from the target axis outer radius in pixels).syncWithAxisadded toValueAxis. If enabled, will sync grid between the axes.
Changed
- If legend items container toggle key is set to
"none", clicking on the legend item will not do anything now. - In
MapLineSeries, if a data item hadpointsToConnectset, map line now first looks at the point's longitude/latitude setting and then at the geometry.
Fixed
- Play button was not chaning to default state instantly.
- Change of
curveFactoryofLineSerieswas not forcing redraw of the series. StepLineSerieswas not drawn properly when both X and Y axes wereValueAxis.StepLineSerieswas not showing tooltip when it was set as asnapToSerieson chart Cursor.- Theme rules now have the correct priority no matter where they are defined.
5.0.0-beta.13
[5.0.0-beta.13] - 2021-09-09
Added
Starnow supports inner radius set in percent.
Fixed
- Tooltips for radar series were not show with
RadarCursor. - In some cases, Scrollbars were not being updated when zoomed-in with cursor.
- Clicking on scrollbar's background resulted in scrollbar animation, but the scrollbar did not update its axis.
- Dynamically changing
geoJSONon aMapSerieswas not working