Skip to content

Releases: amcharts/amcharts5

5.0.4

12 Nov 07:04
Compare
Choose a tag to compare

[5.0.4] - 2021-11-12

Added

  • panstarted, panended, and wheelended events added to XYChart.

Fixed

  • Fixed RadarChart issues when it was being created in hidden container.
  • XYCursor and snapToSeries problems fixed: was not working with ColumnSeries, and was not working properly with stacked axes.
  • Adding/changing data on a DateAxis with groupData = true was not working properly.
  • If non-rounded dates were used in data, XYCursor's tooltips were flickering while moving cursor over plot area.

5.0.3

09 Nov 14:32
Compare
Choose a tag to compare

[5.0.3] - 2021-11-09

Fixed

  • Incorrect sizing of a label in a central Sunburst node.

5.0.2

09 Nov 08:39
Compare
Choose a tag to compare

[5.0.2] - 2021-11-09

Added

  • radius() and baseRadius() methods added to RadialLabel. Return radius/baseRadius value in pixels, calculated based on all the other settings.
  • Global function am5.ready() added. Accepts a function as a parameter, which is executed when DOM is ready.

Changed

  • baseRadius of RadialLabel can now accept Percent values. Previously this property was set internally, now user can set it to a number or percent value.

Fixed

  • Stacking line series with missing data on some series was incorrect.
  • oversizedBehavior on Label was not handling maxWidth and maxHeight values properly.

5.0.1

05 Nov 07:14
Compare
Choose a tag to compare

[5.0.1] - 2021-11-05

Fixed

  • XYChart with panning enabled an no Animated theme was flickering while panning.
  • JS error could occur sometimes if data was updated while cursor was moving over the chart.

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.