Skip to content

5.0.0-beta.25

Compare
Choose a tag to compare
@martynasma martynasma released this 24 Sep 07:05
· 184 commits to master since this release

[5.0.0-beta.25] - 2021-09-24

Added

  • New Entity setting: userData. Use it to store any kind of proprietary data with any object in amCharts 5 that extends Entity.

Changed

  • Series axis range will now have visible: false set for all axis elements (grid, fill, label, tick) by deafult. If you need to enable them, set visible: true on a respective range element. More info.

Fixed

  • Improperly closed in-line text style blocks could cause label palcement issues.
  • Using \n\n in text was not resulting in empty line.
  • Horizontal Sankey bullets were not using their locationX as it should.