5.0.0-beta.25
·
198 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 extendsEntity
.
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, setvisible: 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 theirlocationX
as it should.