amCharts 5: Stock Chart

用于显示财务/股票和其它基于时间的数据的分析工具。

由以下开发商制作:amCharts
ComponentSource开始代理销售的日期:2019年

价格从: $ 176.40 版本:5.x 新增功能 更新: Apr 7, 2026

i

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

amCharts 5: Stock Chart 新版本发表

Released: May 7, 2024

5.9.7 中的更新

修补程序

  • ValueAxis could go into infinite loop under the following conditions: max was set to a value which was smaller than a calculated minimum of the axis when strictMinMax set to true.

Released: May 7, 2024

5.9.6 中的更新

特性

  • Added a new EditableLable setting: multiline (default: true). If set to false it will only allow the label to be edited on a single line.
  • hsvToHsl() and hslToHsv() color conversion functions have been added to am5.utils namespace.
  • Accessibility: Both vertical and horizontal line elements of XYCursor now have their role set to "slider" by default.
  • EditableLabel now supports maxWidth and oversizedBehavior settings.
  • EditableLabel will now reset all available styles that might come from page...

Released: May 2, 2024

5.9.5 中的更新

特性

  • Added a new DrawingControl setting: scrollable (default: false). If set to true will restrict tool list to the height of the target chart.
  • Added a new Sprite method: compositeRotation(). It returns element's rotation in degrees, taking into account all of its ancestors.
  • Added a new EditableLabel element.
  • The drawing tool dropdown will now be fixed to the height of the target chart by default. You can disable it using scrollable: false on the DrawingControl.
  • HTML content will now take...

Released: Apr 26, 2024

5.9.4 中的更新

修补程序

  • StockChart with VolumeProfile indicator was snapping scrollbar's left grip to the start.
  • Logarithmic axis was not showing labels less than 10e-5.
  • Treemap's labels would sometimes not adjust its size (usually with a lot of data).

Released: Apr 23, 2024

5.9.3 中的更新

特性

  • Added the ability to add bullets to links in a linked hierarchy chart, like Force-directed and Tree.
  • Added a new IndicatorControl method: clearIndicators(), which allows clearing all indicators from the chart at once.
  • StockChart will now automatically disable select mode when exiting drawing mode.
  • XYChart background fill color and opacity have been moved to a default theme, so that it can be overridden by custom themes.

修补程序

  • Resize bubbles on StockChart's drawings were sometimes disabled...

Released: Apr 17, 2024

5.9.2 中的更新

特性

  • Accessibility: Added two new Tooltip settings: readerAnnounce (boolean, default: false) and labelAriaLabel. If readerAnnounce is set to true, tooltip's contents (labelAriaLabel if set, or regular label text) will be read out by screen readers when tooltip is shown or its data item changes.
  • Accessibility: Added a new Label method: getAccessibleText(). It returns populated arialLabel text if set, or regular text content.
  • Added a new Sprite method: compositeScale(). It returns the actual...

Released: Apr 10, 2024

5.9.1 中的更新

特性

  • A new control in StockChart's drawing toolbar has been added: "Select". Allows toggling "selection" mode on and off. When it's on, clicking on any existing drawing will select it. Otherwise drawing will be initiated using currently selected tool. This allows drawing over existing drawings. Default: off.
  • Added a new StockChart setting: drawingSelectionEnabled (default: false). If set to true, all drawings will be selectable by clicking on them.
  • Bundled XLSX library code has been updated to...

Released: Apr 9, 2024

5.9.0 中的更新

特性

  • zoomToDataItems(dataItems, rotate) method has been added to MapPolygonSeries.
  • Bigger hit circle has been added to Stock charts drawings bullets, which becomes visible when hovered.
  • A public method markDirtyKey() has been added, which can be used to trigger an adapter.
  • A "Reset to default" link has been added to StockChart's settings modal.
  • New StockChart/DrawingSeries methods have been added related to drawing selection: selectDrawing(id, keepSelection), unselectDrawing(id...

Released: Mar 25, 2024

5.8.7 中的更新

修补程序

  • If a Label with background was hidden due to oversizedBehavior rule, the background was still visible.
  • Moving XYCursor with keyboard were not always properly updating adapter-populated tooltips.
  • HTML-based tooltips were not being updated properly in some cases.
  • Labels of a zero-value slices on a Venn diagram will not be displayed anymore.
  • Sankey links were ignoring dx and dy settings set on nodes.
  • A JS error could occur when loading on-demand data in some specific cases.
  • Series range...

Released: Mar 20, 2024

5.8.6 中的更新

修补程序

  • pancancelled event of an XYChart was not being fired in some cases.
  • When old series were removed from an XYChart and a new added, related ValueAxis was not zooming out to new data if Animated theme was not used.
  • Series.on("tooltipDataItem") was not working in some setups since 5.8.3.
  • If a ValueAxis width extraMin and/or extraMax set was being synced with another axis (via syncWith) chart could go into an SO in some setups/cases.