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 5.15.0

Released: Jan 2, 2026

5.15.0 中的更新

特性

  • updateData(data) method added to Component. Updates existing data in the component without disposing old data items. If there are more data items than before, new ones will be created. If there are less, old ones will be removed.
  • New class in JSON plugin: ChartSerializer. Allows serializing whole chart objects into a JSON.
  • New functionality in JSON parser: states, adapters, templateField, axis bullets, axis ranges.
  • Stock indicators now use updateData() method which makes them work much faster when data is added or updated.

修补程序

  • VolumeProfile indicator was not showing value in legend when hovering columns (since last version).
  • Axis range labels were being drawn in reverse order.
  • Private setting gridInterval was not being set on GaplessDateAxis.