amCharts 5: Charts
JavaScript 차트 프로그래밍 라이브러리는 모든 데이터 시각화 요구사항을 충족합니다.
amCharts사에서 공개
2019년 부터 ComponentSource에서 판매중
Released: Feb 1, 2024
ZoomableContainer, which allows you to add zoom capabilities to virtually any chart.ZoomTools class. Ths can be used to quickly add zoom support for elements compatible with IZoomable interface, e.g. ZoomableContainer.DrawingControl: drawingSeries. It contains an object where key is a drawing tool name and values are array with references to actual drawing series.Hierarchy.addChildData was duplicating node's children which were added before.topDepth was set to 1 on Partition, initially the chart was showing not all levels of nodes.Partition chart, zoom animation was not playing.DateRangeSelector was showing extra day in automatically-calculated end date.DateRangeSelector was zooming to the start of the selected day, instead of end.HeatLegend.showValue(value, text, color) was being ignored.ClusteredPointSeries was not showing charts if they were added to clustered bullets.DrawingControl which was unnecessarily duplicating drawing series with each tool selection / API call.PeriodSelector was not always selecting full month.DrawingControl.unserializeDrawings() will now correctly update indexes of the restored drawings based on current drawing counter.legendRangeLabelText to not being updated (if set) when chart was being zoomed-in/out.LineSeries when in percent mode.