Lancements de amCharts 5: Maps

Released: May 9, 2025

Mises à jour de 5.12.2

Correctifs

  • The tooltips on an XYChart would not get re-arranged if pointer was being moved slowly into chart area and stopped.
  • If data grouping was enabled on a DateAxis and new data was set while the chart was being scrolled, it might show some ghost bullets in the plot area.

Released: Apr 14, 2025

Mises à jour de 5.12.1

Correctifs

  • SerpentineChart could be displayed incorrectly if chart was very wide/tall and level count was small.
  • CurveChart would not adjust all of its elements after resize.

Released: Apr 12, 2025

Mises à jour de 5.12.0

Fonctionnalités

  • Added a timeline chart type family: CurveChart, SerpentineChart, SpiralChart.

Correctifs

  • Using swap() method on a ListDispose will no longer auto-dispose items being swapped, even if autoDispose = true.

Released: Mar 21, 2025

Mises à jour de 5.11.2

Fonctionnalités

  • Added strokeWidths setting to SettingsModal.
  • Added cornerRadiusTL, cornerRadiusTR, cornerRadiusBR and cornerRadiusBL to FunnelSlice. Use it to add rounded corner to funnel slices.
  • All settings from IAccessibilitySettings have been moved to ISpriteSettings.

Correctifs

  • Fixed issue where screen reader alerts were not being read out if the message was the exact same text as the last one.
  • Fixed a prompt in Dutch (nl_NL) translation.
  • Fixed issue where a Horizontal Line drawing...

Released: Feb 25, 2025

Mises à jour de 5.11.1

Fonctionnalités

  • Added new setting disableWeekDays (array of numbers) in DateRangeSelector. E.g. set to diasbleWeekDays: [0, 6] to disable Sundays and Saturdays.

Correctifs

  • Fixed issue where the value of a Hierarchy node with toggleKey: "none" would be reset to "disabled", after data was appended to the node.
  • Fixed issue where DurationFormatter was not correctly rounding fractional numbers in some cases.
  • Fixed issue where DateRangeSelector was not correctly handling firstDayOfWeek value from...

Released: Feb 3, 2025

Mises à jour de 5.11.0

Fonctionnalités

  • Added a new Root property: entitiesById. Contains all Entities belonging to this Root instance that have an id set.
  • Improved handling of focusing of Series' elements.
  • From now on, unique id for Entities will be enforced within Root scope, not global scope.

Correctifs

  • Fixed issue where overlapping interactive elements were ignoring layer setting.

Released: Jan 23, 2025

Mises à jour de 5.10.12

Correctifs

  • useSelectionExtremes (added in 5.10.11) was not working with vertical ValueAxis.
  • In case addChildData() of a Hierarchy was used with topLevel = 0, newly added nodes were invisible.
  • DateFormatter was not considering daylight savings of the timezone when formatting timezone offset related codes.
  • If Root timezone was set and series were using hourly (or more granular) data, items could be placed incorrectly at the daylight-savings switch.

Released: Jan 13, 2025

Mises à jour de 5.10.11

Fonctionnalités

  • useSelectionExtremes has been added to XYSeries (default: false). If set to true series will use selection extremes when calculating min and max values of the axis scale. Useful for stacked series.
  • Setting fontSize on an HTML Label, will now assume a "px" value instead of ignoring it altogether.

Correctifs

  • In some cases, Tooltip HTML content would not get updated for series.

Released: Dec 30, 2024

Mises à jour de 5.10.10

Correctifs

  • Synchronized version for fixes in amCharts 5: Stock Chart 5.10.10
    • Fixed restoring serialized Heikin Ashi indicator.
    • Heikin Ashi indicator formula fix.

Released: Dec 20, 2024

Mises à jour de 5.10.9

Fonctionnalités

  • Added a way to determine if text label was autotruncated (label.text._display.trunacted).
  • The following settings will carry over to Label's HTML content if set: fontFamily, fontSize, fontStyle, fontWeight, fontStyle, fontVariant, textDecoration.
  • When an MapChart is zoomed using mouse wheel, it will no longer stop page scroll when its fully zoomed out.
  • When arranging tooltips on an XYChart, it will now pay attention to the tooltipContainerBounds.bottom setting.

Correctifs...