amCharts 5: Stock Chart

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

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

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

i

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

amCharts 5: Stock Chart 新版本发表

Released: Oct 11, 2024

5.10.6 中的更新

特性

  • 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.
  • Labels and icons on StockChart are no longer...

Released: Sep 6, 2024

5.10.5 中的更新

特性

  • Added new "Line Arrow" StockChart drawing tool.
  • Added 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.

修补程序

  • When a selected drawing in a StockChart is unselected by clicking on a chart's plot area the new drawing will not be added anymore.
  • Keyboard-dragging of focusable elements was not working correctly in some cases.
  • Sometimes label/callout drawing text was cut temporarily...

Released: Aug 30, 2024

5.10.4 中的更新

特性

  • Multiple clicks (or ENTER presses when focused) on an showTooltipOn: "click" elements will now toggle tooltip, rather than keep it open.

修补程序

  • Accessibility: A focusable element would display tooltip only once on ENTER press with NVDA reader.
  • "Horizontal Line" and "Horizontal Ray" lines now allow for longer overzoom / X-axis scope.
  • Candles on a GaplessDateAxis could sometimes become too wide.

Released: Aug 23, 2024

5.10.3 中的更新

修补程序

  • The chart would not allow overzooming using mouse wheel since 5.10.2. It will now allow overzoom based on axis' maxDeviation setting.

Released: Aug 23, 2024

5.10.2 中的更新

特性

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

修补程序

  • Fast mouse wheel zooming of stock chart could cause browser to hang in some cases.
  • minBulletDistance of a XYSeries was ignored when base axis was CategoryAxis and other axis...

Released: Aug 9, 2024

5.10.1 中的更新

特性

  • fillGradient setting has been added to Label.
  • Exporting a PDF will now check image size and will not scale it up to fit page size if it's smaller. It will still scale down the image to fit in the page.

修补程序

  • Memory leak with axis ranges on LineSeries fixed.
  • PieSeries tick was not visible if pie had two equal slices.
  • root.nonce was not being added to all dynamically-loaded stylesheets.
  • A stack overflow could occur when auto-zooming a ValueAxis in some very rare cases.

Released: Jul 22, 2024

5.10.0 中的更新

特性

  • A second parameter (dataContext) has been added to Component's methods pushDataItem and makeDataItem, allowing you to pass in a data context object related to the data item.
  • New class PatternSet has been added. It allows for serving patterns similarly to ColorSet.
  • New setting patterns has been added to Hierarchy, PercentSeries, Venn, SerialChart, and FlowNodes.
  • New setting fillPattern has been added to IFlowNodesDataItem, IHierarchyDataItem, IPercentSeriesDataItem, IVennDataItem...

Released: Jul 3, 2024

5.9.13 中的更新

修补程序

  • If start and end values of a HeatLegend were the same, the tooltip was shown in the top/left corner of the chart.
  • If a linked hierarchy had bullets on links, they remained visible when nodes and links were hidden.
  • Zoom-out button could be visible initially with some specific setups.
  • ZoomableContainer would not react to pans in some of its sections if its contents were panned outside its bounds.

Released: Jun 12, 2024

5.9.12 中的更新

特性

  • ClusteredPointSeries now re-clusters points only when zoom level changes. This improves performance when panning/rotating the map.

修补程序

  • NumberFormatter would incorrectly round numbers smaller than 0 due to floating point issue in some cases.
  • An error could occur when enabling drawing mode if there were previously disposed chart indicators.
  • Truncated or wrapped labels were not properly sizing underline and line-through decorations.
  • While wheel-zooming both X and Y axes simultaneously, the...

Released: May 30, 2024

5.9.11 中的更新

特性

  • clusterDelay setting added to ClusteredPointSeries. Setting it to non-zero number will automatically debounce re-clustering of points, helping with performance when there are a lot of data items.
  • ZoomControl buttons will now be automatically disabled when max or min zoom level is reached.

修补程序

  • "Zoom out" button was visible even the chart was not zoomed when selectionStrictMinMax was set to true (you still need to set strictMinMax: true for it to go away).
  • Venn chart could produce JS error...