amCharts 5: Stock Chart
Analytical tools for displaying financial/stock and other time-based data.
Published by amCharts
Distributed by ComponentSource since 2019
Prices from: $ 176.40 Version: 5.x NEW Updated: Nov 27, 2023
Released: Nov 27, 2023
ResponsiveTheme
that hides minor axis labels below XXL
(1000px) breakpoint.IndicatorControl
will no longer list Indicators that rely on volume if chart's volumeSeries
is not set.centerY
.role
setting for Root
element was being ignored.name
for a Series would not right away update labels of its related legend item.Released: Nov 26, 2023
addBullet(dataItem, bullet)
method has been added to Series
, which allows you to add a Bullet
directly to a particular data item instead of adding bullet function to the series.Stacked
(available values: "up"
, "down"
, "auto"
) setting has been added to Bullet
. This allows the automatic stacking of bullets on an XYSeries
.Field
(available values: "open"
, "high"
, "low"
, "value"
) setting has been added to Bullet
. Works with XYSeries
only and allows setting a particular data...Released: Nov 17, 2023
ClusteredPointSeries: scatterDistance
and scatterRadius
. These allow you to explode clusters of very close points when further zoom-in is no longer possible.Released: Nov 10, 2023
<canvas>
element in chart will now have its class
set to reflect its layer/order, so it can be targeted with CSS. E.g. am5-layer-0
.ClusteredPointSeries
have been added which allows automatically clustering closely-located bullets into groups.DataProcessor
was not parsing timestamp-based string dates ('"x"') properly.strokeGradient
set on an AxisRenderer
was not being applied (since 5.5.5
).Released: Nov 6, 2023
Released: Nov 1, 2023
StockChart
indicators with OverBought/Oversold ranges were zooming to the selected series range (they should not).Released: Nov 1, 2023
Released: Oct 27, 2023
customValue
to ISeriesDataItem
and customValueField
to Series
. This allows storing additional numeric information which could be used for heat rules and other purposes.StockChart
's RSI indicator.StockChart
, a line is now drawn from the previous point to mouse pointer.scrollable
(default: false
) setting to StockChart
's DropdownList
and DropdownListControl
(as well as other controls...Released: Oct 19, 2023
drawingsInteractive(false)
was not having an effect on some drawing tools (Vertical/Horizontal/Ray Line).CategoryAxis
' elements (e.g. labels and grid) were ignoring forceHidden
setting.5.4.9
.Released: Oct 17, 2023
zoomTo
(values: "start"
and "end"
(default)) has been added to PeriodSelector
. If set to "start", period buttons will select from the start of the data, not from the end. "YTD"
will still select to the end. PeriodSelector
now supports "custom"
periods.Sprite
: blur
, brightness
, contrast
, saturate
, sepia
, invert
, hue
. These filters are not supported by Apple Safari browsers.GrainPattern
which allows you to add graininess effect to any...