amCharts 5: Maps Releases

Released: Nov 3, 2021

Updates in 5.x

5.3.7

Updated Mar 9, 2023

Features

  • Added new calculateSize setting on Root. This is needed if you are using a transform: scale(...) CSS style.
  • Added new settings on DateRangeSelector: minDate and maxDate. Allows restricting date selection to specific date ranges.
  • DateRangeSelector will now limit dates to actual range of data. To disable set minDate and maxDate to null.

Fixes

  • XYSeries were creating Bullet objects even if distance between them was less than minBulletDistance which was not...

Released: Sep 1, 2020

Updates in 4.10.x

4.10.22

Updated Aug 20, 2021

Features

  • package.json for ES2015 package has been properly updated with new version dependencies.

Fixes

  • Fixed another issue with label text with a lot of in-line formatting not wrapping properly.
  • ForceDirectedTree was not updating label maxWidth on zoom.
  • Legend's position = "absolute" was not working.

4.10.21

Updated Aug 8, 2021

Features

  • You are now able to add BOM code when exporting to CSV.
  • The userClassName now supports multiple class names separated by a space...

Released: Feb 10, 2020

Updates in 4.7.x

4.7.0

Updated Oct 14, 2019

Features

  • Dynamic data item grouping capabilities added to XYSeries in DateAxis + ValueAxis setups. Makes data more readable, providing "bird's eye view" on global data, but revealing detail when focused on specific time.
  • Export: Two new data export options "HTML" and "PDF" (exports data as a table in PDF).
  • Export: Ability to include data table into PDF export (addData option in PDF options).

Fixes

  • Regression plugin: Plugin was not generating proper regression lines if...

Released: Oct 14, 2019

Updates in 4.7.x

4.7.0

Updated Oct 14, 2019

Features

  • Dynamic data item grouping capabilities added to XYSeries in DateAxis + ValueAxis setups. Makes data more readable, providing "bird's eye view" on global data, but revealing detail when focused on specific time.
  • Export: Two new data export options "HTML" and "PDF" (exports data as a table in PDF).
  • Export: Ability to include data table into PDF export (addData option in PDF options).

Fixes

  • Regression plugin: Plugin was not generating proper regression lines if...