amCharts 5: Stock Chart のリリース

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

Released: May 23, 2024

5.9.10 での更新項目

不具合の修正

  • Serializing/saving ATR indicator was generating an error.
  • Toggling a focused element with ENTER/SPACE will no longer trigger its hover.
  • Reverting the empty canvas fix from 5.9.9 as Chrome seems to have fixed the issue.

Released: May 21, 2024

5.9.9 での更新項目

機能

  • "Average True Range" indicator has been added to StockChart.

不具合の修正

  • Some recent versions of Chrome would sometimes clear canvas of a chart in an inactive tab after some time.
  • Some events were not being disposed together with related object.
  • Disposing an XYChart immediately after it was created would not dispose its XYCursor and related event handlers.
  • StockChart method unselectDrawings() was not hiding resizer brackets.
  • SliceGrouper would not update properly when series data was updated.

Released: May 10, 2024

5.9.8 での更新項目

機能

  • Added two new settings for Sprite: ariaCurrent (sets aria-current) and ariaSelected (sets aria-selected).

不具合の修正

  • Better positioning of EditableLabel when its width is set.
  • alwaysShow setting of XYCursor was not working properly.