amCharts 5: Stock Chart 新版本发表

Released: Dec 30, 2024

5.10.10 中的更新

修补程序

  • Fixed restoring serialized Heikin Ashi indicator.
  • Heikin Ashi indicator formula fix.

Released: Dec 20, 2024

5.10.9 中的更新

特性

  • Added a way to determine if text label was autotruncated (label.text._display.trunacted).
  • Heikin Ashi indicator added to StockChart.
  • The following settings will carry over to Label's HTML content if set: fontFamily, fontSize, fontStyle, fontWeight, fontStyle, fontVariant, textDecoration.
  • When arranging tooltips on an XYChart, it will now pay attention to the tooltipContainerBounds.bottom setting.

修补程序

  • ZoomableContainer was not zooming out properly if minZoomLevel was < 1.
  • PicturePattern...

Released: Nov 21, 2024

5.10.8 中的更新

特性

  • Added a new lineCap (default "butt") setting to Graphics. This allows specifying how line ends should be drawn. Possible values: "butt" (default), "round", "square".
  • Added a new clickAnnounceText setting to Sprite. If set it will announce the text when focused element is triggered with a press of ENTER or SPACE.
  • Pressing Shift-TAB while focus on non-first member of the focusabel group will now jump to a previous group or focusable element, rather than current group's first element.
  • When...

Released: Oct 12, 2024

5.10.7 中的更新

修补程序

  • In some cases disposing Root element could result in a "Template is disposed" error.

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.