Lançamentos do amCharts 5: Charts

Released: Jan 13, 2025

Atualizações na 5.10.11

Recursos

  • useSelectionExtremes has been added to XYSeries (default: false). If set to true series will use selection extremes when calculating min and max values of the axis scale. Useful for stacked series.
  • Setting fontSize on an HTML Label, will now assume a "px" value instead of ignoring it altogether.

Correções

  • In some cases, Tooltip HTML content would not get updated for series.

Released: Dec 30, 2024

Atualizações na 5.10.10

Correções

  • Synchronized version for fixes in amCharts 5: Stock Chart 5.10.10
    • Fixed restoring serialized Heikin Ashi indicator.
    • Heikin Ashi indicator formula fix.

Released: Dec 20, 2024

Atualizações na 5.10.9

Recursos

  • Added a way to determine if text label was autotruncated (label.text._display.trunacted).
  • 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.

Correções

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

Released: Nov 21, 2024

Atualizações na 5.10.8

Recursos

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

Released: Oct 12, 2024

Atualizações na 5.10.7

Correções

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

Released: Oct 11, 2024

Atualizações na 5.10.6

Recursos

  • 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.
  • Arrow tip size will no longer be increased to reflect the line thickness of a "Line Arrow".
  • "Volume Profile" indicator had its full name hardcoded for legend. It will now use its shortName (which is "Volume Profile", too, by default but can be changed to anything else).
  • Modal content will now...

Released: Sep 6, 2024

Atualizações na 5.10.5

Recursos

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

Correções

  • Keyboard-dragging of focusable elements was not working correctly in some cases.
  • Editable labels/callouts would go into edit mode when unserialized.
  • If auto-saving of drawings was enabled, editing text would not always save the latest version of the label/callout text.

Released: Aug 30, 2024

Atualizações na 5.10.4

Recursos

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

Correções

  • 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

Atualizações na 5.10.3

Correções

  • 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

Atualizações na 5.10.2

Recursos

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

Correções

  • minBulletDistance of a XYSeries was ignored when base axis was CategoryAxis and other axis was DateAxis.
  • RTL labels with text-wrapping enabled were not being...