Skip to content

Releases: amcharts/amcharts5

5.0.0-beta.44

02 Nov 09:52
Compare
Choose a tag to compare

[5.0.0-beta.44] - 2021-11-02 (release candidate)

Added

  • Triangle class added.
  • labelText setting added to Tooltip. If set the text will automatically be applied to tooltip's label.

5.0.0-beta.43

02 Nov 07:13
Compare
Choose a tag to compare

[5.0.0-beta.43] - 2021-11-02

Fixed

  • Image resolution could get choppy when resized (since previous version).

5.0.0

02 Nov 14:22
Compare
Choose a tag to compare

[5.0.0] - 2021-11-02

Changed

  • First public release.

5.0.0-beta.42

01 Nov 16:45
Compare
Choose a tag to compare

[5.0.0-beta.42] - 2021-11-01

Added

  • If a Bullet has dynamic: true set, its sprite size will be marked as dirty each time the bullet updates its position.
  • Axis name added to AxisLabel when created so it could be targeted by axis type in theme rules.

Changed

  • Upgraded to marker.js 2.16.2.
  • Annotator new setting: markerState. You can use it to pre-set annotations, or grab annotation data at any time.
  • Default text of an AxisLabel for CategoryAxis set to "{category}".

Fixed

  • Picture was not working properly in containers in a non-default layer.
  • locationX or locationY was being ignored on RadarLineSeries in some specific cases.
  • Tooltip as not coloring its text properly with "Dark" theme enabled.

5.0.0-beta.41

31 Oct 08:47
Compare
Choose a tag to compare

[5.0.0-beta.41] - 2021-10-31

Added

  • dRadius and dInnerRadius settings added to Slice (default: 0). Allows tweaking radius/innerRadius values in charts where these settings are set by the chart (PieSeries, circular/radial axis fills, etc.).
  • adjustBulletPosition added to BaseColumnSeries (default: true). If set to false, bullets will be positioned relatively to whole width/height of the column, rather then the portion that is currently visible.

Fixed

  • RadarChart with RadarLineSeries could result a JS error when zoomed.

5.0.0-beta.40

30 Oct 09:48
Compare
Choose a tag to compare

[5.0.0-beta.40] - 2021-10-30

Fixed

  • Label setting oversizedBehavior was not working properly when heigh/with was 0.
  • XYSeries was not calculating maxWidth/maxHeight properly on data items with negative values.
  • Data grouping was not being applied when data was being updated after chart init.

5.0.0-beta.39

29 Oct 09:04
Compare
Choose a tag to compare

[5.0.0-beta.39] - 2021-10-29

Changed

  • All MapChart-related zoom methods will now return Animation object.

5.0.0-beta.38

28 Oct 12:38
Compare
Choose a tag to compare

[5.0.0-beta.38] - 2021-10-28

Added

  • "depthX" (depth0, depth1, etc.) tags added to Hierarchy Nodes. This allows targeting node items via theme rules by the level.

Changed

  • A function that returns a Bullet can choose to return nothing, effectively ommitting bullet for the data item.
  • Picture elements will no inherit interactivity from its parents. If image needs to be interactive it needs to be set so directly via interactive setting.
  • Picture will now use source file's dimensions if neither width and height is set, and will also maintain aspect ratio if just one from width or height is set.

Fixed

  • Better color generation and step management in ColorSet.

5.0.0-beta.37

26 Oct 15:40
Compare
Choose a tag to compare

[5.0.0-beta.37] - 2021-10-26

Added

  • Dataviz, Kelly, Moonrise, Frozen, Material and Spirited themes added.
  • seriesTooltipTarget setting added to XYSeries (possible values: "series" (default) and "bullet"). If set to "bullet", first bullet of a data item will be used for as a tooltip target, making it inherit bullet's color rather than series.

Changed

  • Scrollbar grip buttons will now have exportable: false set by default, so that they are not exported to chart snapshots.
  • WordCloud words are now sorted by value if data was set using series.data.

Fixed

  • First label of the WordCloud could overlap with other words afer the data update.
  • ColorSet was ignoring values set in a theme.
  • Bullets with Rectangle or RoundedRectangle as a sprite were not being shown on an XYSeries.
  • MapChart was overriding width/height variables to 100%.

5.0.0-beta.36

25 Oct 08:49
Compare
Choose a tag to compare

[5.0.0-beta.36] - 2021-10-25

Added

Changed

  • XYSeries will now automatically set the first bullet of a data item as the series' tooltipTarget. This will make the series tooltip background to change color to
    the bullet's fill.

Fixed

  • Code optimizations to reduce size of core package by 10%.
  • If data was being set for a CategoryAxis not instantly but after some time, the chart was not rendered properly.
  • svgPath with A or a commands was not being rendered properly.