amCharts 5: Maps のリリース

Released: Mar 21, 2025

5.11.2 での更新項目

機能

  • 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.

不具合の修正

  • 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 restored from...

Released: Feb 25, 2025

5.11.1 での更新項目

機能

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

不具合の修正

  • 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 locale.
  • Fixed issue...

Released: Feb 3, 2025

5.11.0 での更新項目

機能

  • 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.

不具合の修正

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

Released: Jan 23, 2025

5.10.12 での更新項目

不具合の修正

  • 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

5.10.11 での更新項目

機能

  • 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.

不具合の修正

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

Released: Dec 30, 2024

5.10.10 での更新項目

不具合の修正

  • 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

5.10.9 での更新項目

機能

  • 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.

不具合の修正

  • ZoomableContainer was not...

Released: Nov 21, 2024

5.10.8 での更新項目

機能

  • Added a new lineCap (default "butt") setting to Graphics. This allows specifying how line ends should be drawn. Possible values: "butt" (default), "round", "square".
  • Added a new clickAnnounceText setting to Sprite. If set it will announce the text when focused element is triggered with a press of ENTER or SPACE.
  • Pressing Shift-TAB while focus on non-first member of the focusabel group will now jump to a previous group or focusable element, rather than current group's first element.
  • When...

Released: Oct 12, 2024

5.10.7 での更新項目

不具合の修正

  • In some cases disposing Root element could result in a "Template is disposed" error.

Released: Oct 11, 2024

5.10.6 での更新項目

機能

  • autoOpenSettings setting (default: true) has been added to Indicator. If set to false, a settings modal will not pop up automatically when the indicator is added to chart via indicator control.
  • Arrow tip size will no longer be increased to reflect the line thickness of a "Line Arrow".
  • "Volume Profile" indicator had its full name hardcoded for legend. It will now use its shortName (which is "Volume Profile", too, by default but can be changed to anything else).
  • Modal content will now have...