github amcharts/amcharts4 4.10.1

latest releases: 4.10.24, 4.10.23, 4.10.22...
3 years ago

[4.10.1] - 2020-09-07

Added

  • New DateAxis property: timezone. Allows setting timezone to recalculate data in, e.g. "Australia/Sydney". Make sure not to set this on both axis and date formatter.
  • New DateFormatter property: timezone. Allows setting timezone to recalculate date objects to before applying the format, e.g. "Australia/Sydney".
  • New global option: am4core.options.disableHoverOnTransform ("never" (default), "touch", always)). Allows disabling all hover activity when some element is being dragged or resized. More info.

Changed

  • Now SankeyLink that points "backwards" will be applied "backwards" state (if created) so you can style it differently than regular links.

Fixed

  • Accessibility: data placeholder population was not working on bullets if Animated theme was not enabled.
  • Tapping on a chart with Cursor was triggering an on-screen keyboard on some mobiles devices.
  • Some TypeScript warnings were fixed.
  • A chart with DateAxis and groupData = true could result a JS error if a series had bullets and a lots of data points.
  • In a chart with DateAxis and groupData = true, if a series was hidden when zoomed-in, then zoomed-out, and then unhidden, the related ValueAxis was not updating it's min/max to available value range.
  • In some cases a heat rule could result in infinity value which would lead to drawing errors.
  • Errors when cloning a RadarChart from a template fixed.
  • SankeyDiagram used to produce stack owerflow error if data contained backward links. Now it will correctly draw a link.

Don't miss a new amcharts4 release

NewReleases is sending notifications on new releases.