amCharts 5: Stock Chart
用于显示财务/股票和其它基于时间的数据的分析工具。
由以下开发商制作:amCharts
ComponentSource开始代理销售的日期:2019年
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.Released: Oct 11, 2024
hideDrawingGrips
setting (default: false
) has been added to StockChart
. If set to true, grips of drawings will be hidden when not in drawing mode.toggleDrawing(enabled: boolean)
method has been added to StockChart
. Toggles drawing mode on or off.autoOpenSettings
setting (default: true
) has been added to Indicator
. If set to false
, a settings modal will not pop up automatically when the indicator is added to chart via indicator control.StockChart
are no longer...Released: Sep 6, 2024
StockChart
drawing tool.scrollToChild()
method to Container
. Scrolls the container to the target child element if the container is scrollable and the element is currently outside of view.StockChart
is unselected by clicking on a chart's plot area the new drawing will not be added anymore.Released: Aug 30, 2024
showTooltipOn: "click"
elements will now toggle tooltip, rather than keep it open."Horizontal Line"
and "Horizontal Ray"
lines now allow for longer overzoom / X-axis scope.GaplessDateAxis
could sometimes become too wide.Released: Aug 23, 2024
5.10.2
. It will now allow overzoom based on axis' maxDeviation
setting.Released: Aug 23, 2024
panSensitivity
has been added to AxisRenderer
(default: 1
).maxPanOut
has been added to ZoomableContainer
(default: 0.4
).DrawingControl
has been added to addLine(tool, panel, point)
method. It allows adding line drawings via the API. Supports "Line"
, "Horizontal Line"
, "Horizontal Ray"
, "Vertical Line"
tools.minBulletDistance
of a XYSeries
was ignored when base axis was CategoryAxis
and other axis...Released: Aug 9, 2024
fillGradient
setting has been added to Label
.LineSeries
fixed.PieSeries
tick was not visible if pie had two equal slices.root.nonce
was not being added to all dynamically-loaded stylesheets.ValueAxis
in some very rare cases.