amCharts 5: Maps(英語版)
Webサイトやアプリケーションにインタラクティブな美しい地図を追加
amCharts 社の製品
2019 年より日本国内にてComponentSourceで販売中。
価格:¥ 37,400 (税込)〜 バージョン: 5.x 新機能 更新日: Apr 7, 2026
Released: Apr 17, 2024
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.Label method: getAccessibleText(). It returns populated arialLabel text if set, or regular text content.Sprite method: compositeScale(). It returns the actual scale of an element, compounded based on scale of its own and all of its ancestors.am5.getRootById(id) Net global function, which returns Root instance stored in a <div> with specific ID.Entity methods: off(key, callback?) and offPrivate(key, callback?). They allow you to remove setting/private setting value change events set via on()/onPrivate().scale. (Scale calculated all the way its ancestor tree).width or height was set, but not both.