amCharts 5: Maps
웹사이트 또는 응용 프로그램에 대화형의 멋진 지리(geographical) 맵을 추가합니다.
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.