Skip to content

Releases: amcharts/amcharts5

5.0.0-beta.19

18 Sep 13:15
Compare
Choose a tag to compare

[5.0.0-beta.19] - 2021-09-18

Fixed

  • Eemoving an axis from xAxes or yAxes was not working properly in some cases.
  • If a templateField was set on some child of a bullet's sprite, it was being ignored.

5.0.0-beta.18

17 Sep 14:18
Compare
Choose a tag to compare

[5.0.0-beta.18] - 2021-09-17

Added

  • areLinked() method added to LinkedHierarchy.
  • unlinkDataItems() method added to LinkedHierarchy.
  • Global function am5.disposeAllRootElements() added. Disposes all charts.
  • am5.registry.rootElements added which holds an array with instances of all active Root elements.
  • seriesGraphics property added to PictorialStackedSeries. It's a Graphics which shows svgPath shape under all slices. Useful when startLocation/endLocation is used to make slices not occupy whole shape area.

Changed

  • maxPanOut of MapChart is temporarily disabled until we figure out proper behavior for it.

Fixed

  • Linking nodes with linkDataItems of LinkedHierarchy was not working if called after the data was set.
  • Micro theme was not removing padding from charts.
  • Adding in @types/geojson as 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 Label with oversizedBehavior = "fit" could be incorrectly positioned.
  • Removing series and axes from a serial chart was not working properly.

5.0.0-beta.17

15 Sep 11:21
Compare
Choose a tag to compare

[5.0.0-beta.17] - 2021-09-15

Changed

  • Default for Treemap setting layoutAlgorithm changed to "squarify".
  • Providing value in Hierarchy node's data will override sum of its children (except for Pack).

Fixed

  • ForceDirected nodes were linked to invisible top node even though topLevel was set to 1 meaning top node should not be visible. This was causing issues with the layout of such nodes.

5.0.0-beta.16

14 Sep 14:21
Compare
Choose a tag to compare

[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

14 Sep 07:57
Compare
Choose a tag to compare

[5.0.0-beta.15] - 2021-09-14

Added

  • dynamic setting added to Bullet, for the bullets that need their sprite element redrawn when axis changes.
  • ClockHand now supports negative radius value (distance from the target axis outer radius in pixels).
  • syncWithAxis added to ValueAxis. 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 had pointsToConnect set, 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 curveFactory of LineSeries was not forcing redraw of the series.
  • StepLineSeries was not drawn properly when both X and Y axes were ValueAxis.
  • StepLineSeries was not showing tooltip when it was set as a snapToSeries on chart Cursor.
  • Theme rules now have the correct priority no matter where they are defined.

5.0.0-beta.13

09 Sep 16:15
Compare
Choose a tag to compare

[5.0.0-beta.13] - 2021-09-09

Added

  • Star now 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 geoJSON on a MapSeries was not working

5.0.0-beta.12

08 Sep 14:36
Compare
Choose a tag to compare

[5.0.0-beta.12] - 2021-09-08

Added

  • AxisRendererCircular now supports negative radius values.

Changed

  • When a template state is changed, it now automatically updates related Entity's state as well.

Fixed

  • LineSeries was not working properly with templateField set on strokes or fills.
  • LineSeries could stop drawing line while zooming if there were gaps in the data.

5.0.0-beta.11

08 Sep 14:34
Compare
Choose a tag to compare

[5.0.0-beta.11] - 2021-09-08

Changed

  • fill and stroke settings moved from XYSeries to Series, so that all series like MapSeries could be shown in Legend.
  • Text of a tooltip text will now adaptively change color based on current background color.

Fixed

  • "click" event is no longer fired on right-click.
  • Changing data dynamically on map-related series was not working properly.
  • Switching projection on a zoomed-in/translated map was resulting in new map to be in a wrong position.

5.0.0-beta.10

07 Sep 11:02
Compare
Choose a tag to compare

[5.0.0-beta.10] - 2021-09-07

Fixed

  • A quick flash of chart position fixed (introduced in 5.0.0-beta.9).
  • MapChart.goHome() method fixed.

5.0.0-beta.9

06 Sep 14:15
Compare
Choose a tag to compare

[5.0.0-beta.9] - 2021-09-06

Added

  • id setting to all entities. If set, will also appear in am5.registry.entitiesById.
  • show() and hide() methods of DataItem now accept duration param.

Fixed

  • Stacking of horizontal bars was not working properly.
  • Children of a Container were not being disposed properly together with the container itself.
  • Tooltip for a series close to the top/bottom of a plot area sometimes was not being displayed.
  • PieSeries was overriding label textType setting.
  • XYChart and MapChart were taking over mouse wheel action even when wheelY and wheelX were set to "none".
  • XYCursor was not showing series tooltips if Y axis was not a ValueAxis.
  • XYCursor was showing previous data point tooltip if currently hovered position did not have data item or value was null.
  • Percent chart could go to SO if there were no values in data.
  • Changing layer value dynamically was not working properly.