amCharts 4 v4.0.16 released
While the world was finishing Holiday meals, we were hard at work improving amCharts 4. As a result, we’ve already published 3 releases in 2019 with 4.0.16 being the latest.
Here’s a combined change log for versions 4.0.14 through 4.0.16:
Added
- New
setting zoomStep
added to MapChart
. Allows controlling zoom in/out speed. color
property addedto LegendDataItem
. Can be used forcoloring label
or valueLabel
text like text = "[{color}] {name}"
. minZoomCount
addedto Component
. - Export now allows formatting
numberic values as durations. Use newlyadded durationFields
and durationFormat
settings . - Export: When exporting
date to XLSX, date fields will now export astrue date fields in Excel (which in turn will format them accordingto regional settings),unless useLocal
is setto false
.
Changed
- Export: When exporting date to XLSX, date fields will now export as true date fields in Excel (which in turn will format them according to regional settings), unless
useLocal
is set tofalse
. - Renamed Swedish locale to
sv_SE
.
Fixed
Series.hidden
did not work as expected.- World map did not work in Ember.
- Eliminated multiple warnings in
recent version of Chrome regarding wheel events being active. - Fixed
mousewheel zoom in IEs. - Draggable/resizable items were not working properly on some Android browsers.
Setting height
to a relative value for ahorizontal ColumnSeries
column template was not workingpropertly .- Charts were not working properly in FireFox Extended Support Release.
- Some computer setups were not properly registering mouse movement.
legendSettings
was being ignored initially iflegend was inexternal container.- “Week year” (format code
"YYYY"
) was not being properly calculated. - Interactions on MacOS Safari was broken
sincle last update.
The newest release is available through the usual channels.