amCharts 5: Maps

웹사이트 또는 응용 프로그램에 대화형의 멋진 지리(geographical) 맵을 추가합니다.

amCharts사에서 공개
2019년 부터 ComponentSource에서 판매중

가격: US$ 176.40 버젼: 5.x NEW 업데이스 날짜: Apr 16, 2026

i

Discounted bundle price is available when purchased with amcharts 5: Charts.

amCharts 5: Maps 5.9.2

Released: Apr 17, 2024

5.9.2 버젼 업데이트

기능

  • Accessibility: Added two new Tooltip settings: readerAnnounce (boolean, default: false) and labelAriaLabel. If readerAnnounce is set to true, tooltip's contents (labelAriaLabel if set, or regular label text) will be read out by screen readers when tooltip is shown or its data item changes.
  • Accessibility: Added a new Label method: getAccessibleText(). It returns populated arialLabel text if set, or regular text content.
  • Added a new Sprite method: compositeScale(). It returns the actual scale of an element, compounded based on scale of its own and all of its ancestors.
  • Added a new am5.getRootById(id) Net global function, which returns Root instance stored in a <div> with specific ID.
  • Added 2 new Entity methods: off(key, callback?) and offPrivate(key, callback?). They allow you to remove setting/private setting value change events set via on()/onPrivate().
  • HTML content will now scale according to its "composite" scale. (Scale calculated all the way its ancestor tree).
  • Improved dangling of circular labels with Arabic text.

수정사항

  • HTML content was sometimes being incorrectly positioned if either width or height was set, but not both.