Releases: amcharts/amcharts5
Releases · amcharts/amcharts5
5.0.0-beta.44
[5.0.0-beta.44] - 2021-11-02 (release candidate)
Added
Triangle
class added.labelText
setting added toTooltip
. If set the text will automatically be applied to tooltip's label.
5.0.0-beta.43
[5.0.0-beta.43] - 2021-11-02
Fixed
- Image resolution could get choppy when resized (since previous version).
5.0.0
[5.0.0] - 2021-11-02
Changed
- First public release.
5.0.0-beta.42
[5.0.0-beta.42] - 2021-11-01
Added
- If a
Bullet
hasdynamic: 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
forCategoryAxis
set to"{category}"
.
Fixed
Picture
was not working properly in containers in a non-default layer.locationX
orlocationY
was being ignored onRadarLineSeries
in some specific cases.Tooltip
as not coloring its text properly with "Dark" theme enabled.
5.0.0-beta.41
[5.0.0-beta.41] - 2021-10-31
Added
dRadius
anddInnerRadius
settings added toSlice
(default:0
). Allows tweakingradius
/innerRadius
values in charts where these settings are set by the chart (PieSeries
, circular/radial axis fills, etc.).adjustBulletPosition
added toBaseColumnSeries
(default:true
). If set tofalse
, bullets will be positioned relatively to whole width/height of the column, rather then the portion that is currently visible.
Fixed
RadarChart
withRadarLineSeries
could result a JS error when zoomed.
5.0.0-beta.40
[5.0.0-beta.40] - 2021-10-30
Fixed
Label
settingoversizedBehavior
was not working properly when heigh/with was 0.XYSeries
was not calculatingmaxWidth
/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
[5.0.0-beta.39] - 2021-10-29
Changed
- All
MapChart
-related zoom methods will now returnAnimation
object.
5.0.0-beta.38
[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 viainteractive
setting.Picture
will now use source file's dimensions if neitherwidth
andheight
is set, and will also maintain aspect ratio if just one fromwidth
orheight
is set.
Fixed
- Better color generation and step management in
ColorSet
.
5.0.0-beta.37
[5.0.0-beta.37] - 2021-10-26
Added
- Dataviz, Kelly, Moonrise, Frozen, Material and Spirited themes added.
seriesTooltipTarget
setting added toXYSeries
(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 haveexportable: false
set by default, so that they are not exported to chart snapshots.WordCloud
words are now sorted by value if data was set usingseries.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
orRoundedRectangle
as asprite
were not being shown on anXYSeries
. MapChart
was overriding width/height variables to 100%.
5.0.0-beta.36
[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
withA
ora
commands was not being rendered properly.