amCharts 5: Stock Chart
用于显示财务/股票和其它基于时间的数据的分析工具。
由以下开发商制作:amCharts
ComponentSource开始代理销售的日期:2019年
Released: Apr 9, 2025
_editableSettings."frameended" event would trigger indefinitely when a Sprite with tooltipPosition: "pointer" was being hovered, even if cursor was not moving.StockChart would result in X-axis tooltip not to show date (since 5.11.2)."drawingsupdated" event of StockChart was being dispatched when drawing was selected.Released: Mar 21, 2025
strokeWidths setting to SettingsModal.cornerRadiusTL, cornerRadiusTR, cornerRadiusBR and cornerRadiusBL to FunnelSlice. Use it to add rounded corner to funnel slices.IAccessibilitySettings have been moved to ISpriteSettings.Released: Feb 25, 2025
disableWeekDays (array of numbers) in DateRangeSelector. E.g. set to diasbleWeekDays: [0, 6] to disable Sundays and Saturdays.Hierarchy node with toggleKey: "none" would be reset to "disabled", after data was appended to the node.DurationFormatter was not correctly rounding fractional numbers in some cases.DateRangeSelector was not correctly handling firstDayOfWeek value from locale.Released: Feb 3, 2025
Root property: entitiesById. Contains all Entities belonging to this Root instance that have an id set.id for Entities will be enforced within Root scope, not global scope.StockChart's indicators had axes tooltips and cursor horizontal line hardcoded with forceHidden: true. It was moved to a default theme, so now you can enable them using custom theme.Released: Jan 23, 2025
useSelectionExtremes (added in 5.10.11) was not working with vertical ValueAxis.addChildData() of a Hierarchy was used with topLevel = 0, newly added nodes were invisible.DateFormatter was not considering daylight savings of the timezone when formatting timezone offset related codes.Root timezone was set and series were using hourly (or more granular) data, items could be placed incorrectly at the daylight-savings switch.Released: Jan 13, 2025
useSelectionExtremes has been added to XYSeries (default: false). If set to true series will use selection extremes when calculating min and max values of the axis scale. Useful for stacked series.fontSize on an HTML Label, will now assume a "px" value instead of ignoring it altogether.DateRangeSelector control on StockChart was not working correctly when Root had UTC enabled.Released: Dec 30, 2024
Released: Dec 20, 2024
Released: Nov 21, 2024
lineCap (default "butt") setting to Graphics. This allows specifying how line ends should be drawn. Possible values: "butt" (default), "round", "square".clickAnnounceText setting to Sprite. If set it will announce the text when focused element is triggered with a press of ENTER or SPACE.Released: Oct 12, 2024
Root element could result in a "Template is disposed" error.