amCharts 5: Stock Chart のリリース

Released: Jan 5, 2024

5.7.6 での更新項目

不具合の修正

  • One of the underlying series was not being removed when disposing MACross indicator.
  • Some of the newer indicators were not being restored.
  • autoSave: true set on DataSaveControl was not working.

Released: Jan 4, 2024

5.7.5 での更新項目

機能

  • Added new Annotator setting: markerStyleSettings. This allows the setting of default settings for UI styles of MarkerArea.
  • "Moving Average Cross" (MACross) and "Price Volume Trend" (PVT) indicators have been added to StockChart.
  • Settings dialog for a "Volume Profile" indicator will now automatically update count field value to a more suitable one when switching count type.

不具合の修正

  • Clearing data on a ClusteredPointSeries would not remove its bullets representing clusters.

Released: Jan 2, 2024

5.7.4 での更新項目

機能

  • Added new Annotator setting: markerSettings. This allows the setting of default settings for MarkerArea.
  • Heat rules are now set on the default state of a target as well.

不具合の修正

  • Changing data granularity on StockChart was not updating baseInterval on indicator's DateAxis resulting in indicator showing a wrong chart.

Released: Dec 26, 2023

5.7.3 での更新項目

不具合の修正

  • Scrollbar background was being drawn shifted since 5.7.2.

Released: Dec 22, 2023

5.7.2 での更新項目

機能

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

Released: Dec 18, 2023

5.7.1 での更新項目

不具合の修正

  • 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

5.7.0 での更新項目

機能

  • 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 indicators/drawings...

Released: Nov 30, 2023

5.6.2 での更新項目

機能

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

不具合の修正

  • In some rare cases (with a specific...

Released: Nov 27, 2023

5.6.1 での更新項目

機能

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

不具合の修正

  • 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

5.6.0 での更新項目

機能

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