amCharts 5: Charts
JavaScript 차트 프로그래밍 라이브러리는 모든 데이터 시각화 요구사항을 충족합니다.
amCharts사에서 공개
2019년 부터 ComponentSource에서 판매중
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.