amCharts 5: Stock Chart

Strumenti analitici per la visualizzazione di dati finanziari/azionari e di altri dati basati sul tempo.

Pubblicato da amCharts
Distribuito da ComponentSource dal 2019

Prezzi da: US$ 176.40 Versione: 5.x NUOVO Aggiornato il: Apr 7, 2026

i

Discounted bundle price is available when purchased with amcharts 5: Charts.

Rilasci di amCharts 5: Stock Chart

Released: Dec 26, 2023

Aggiornamenti in 5.7.3

Correzioni

  • Scrollbar background was being drawn shifted since 5.7.2.

Released: Dec 22, 2023

Aggiornamenti in 5.7.2

Funzionalità

  • Added new maxChars setting on Label. If set to a number, it will truncate text to X characters with ellipsis, obeying breakWords and ellipsis settings.
  • "Bull Bear Power" indicator has been added to StockChart.
  • "Acceleration Bands" indicator has been added to StockChart.
  • Standalone registerClass(name, classRef) has been added to Stock Chart package (global: am5stock.registerClass()). It allows registering your own indicator class so that it gets properly serialized and restored...

Released: Dec 18, 2023

Aggiornamenti in 5.7.1

Correzioni

  • DataSaveControl was always clearing manually-saved drawings/indicators unless auto-save was enabled.
  • Drawing tools eraser and clear would not always clear drawings loaded by a DataSaveControl.
  • VolumeProfileIndicator was not working if added via API.
  • VolumeProfileIndicator was drawn detached from the Y-axis in some cases.
  • Fixed VWAP indicator with data that contained zero-volume items.

Released: Dec 17, 2023

Aggiornamenti in 5.7.0

Funzionalità

  • Added new Serializer setting: fullSettings. It will ignore depth settings for keys listed in fullSettings.
  • Added new StockAxis toolbar control: DataSaveControl. It allows you to automatically or manually save all drawings and indicators to browser's local storage, as well as restore them across sessions.
  • Added additional item in SettingsControl: Auto-save drawings and indicators.
  • Added new setting in SettingsControl: autoSave. It enables users to toggle auto-saving of...

Released: Nov 30, 2023

Aggiornamenti in 5.6.2

Funzionalità

  • Middle handles have been added to Parallel channel drawings so that the drawing can be resized vertically.
  • Clicking on a last or any other bullet when drawing a polyline on a StockChart will now terminate current polyline. The next click will start a new polyline.
  • extraMax and extraMin settings now work on GaplessDateAxis. This allows adding extra space in front (or back) of your data. It is recommended to set maxDeviation to 0 if you use extraMax.

Correzioni

  • In some rare cases...

Released: Nov 27, 2023

Aggiornamenti in 5.6.1

Funzionalità

  • New default rule has been added to 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.

Correzioni

  • Fixed stacking of bullets with varying centerY.
  • role setting for Root element was being ignored.
  • Setting name for a Series would not right away update labels of its related legend item.

Released: Nov 26, 2023

Aggiornamenti in 5.6.0

Funzionalità

  • 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

Aggiornamenti in 5.5.7

Funzionalità

  • Added two new settings on ClusteredPointSeries: scatterDistance and scatterRadius. These allow you to explode clusters of very close points when further zoom-in is no longer possible.

Correzioni

  • PieSeries was not issuing proper colors for its slices with some JSON config setups.
  • In StockChart when percent mode was being switched off and related series toggled via legend, it would revert to percent mode.
  • When updating data on a PieSeries its ticks could be displayed going all the...

Released: Nov 10, 2023

Aggiornamenti in 5.5.6

Funzionalità

  • Each <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.

Correzioni

  • 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

Aggiornamenti in 5.5.5

Funzionalità

  • SMA line added to Relative Strength Index indicator in StockChart.
  • A possibility to draw a Parallel Channel added to StockChart.
  • Removed dependency on the regression npm package.

Correzioni

  • Change of minGridDistance setting on AxisRenderer was not being applied until next redraw.
  • Snapping of StockChart drawings sometimes worked incorrectly.
  • Average line was drawn incorectly on a StockChart (since 5.5.2).