Lancements de amCharts 5: Charts

Released: Aug 30, 2024

Mises à jour de 5.10.4

Fonctionnalités

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

Correctifs

  • 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

Mises à jour de 5.10.3

Correctifs

  • 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

Mises à jour de 5.10.2

Fonctionnalités

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

Correctifs

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

Released: Aug 9, 2024

Mises à jour de 5.10.1

Fonctionnalités

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

Correctifs

  • 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

Mises à jour de 5.10.0

Fonctionnalités

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

Released: Jul 3, 2024

Mises à jour de 5.9.13

Correctifs

  • 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

Mises à jour de 5.9.12

Fonctionnalités

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

Correctifs

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

Released: May 30, 2024

Mises à jour de 5.9.11

Fonctionnalités

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

Correctifs

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

Released: May 23, 2024

Mises à jour de 5.9.10

Correctifs

  • 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

Mises à jour de 5.9.9

Correctifs

  • 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.
  • SliceGrouper would not update properly when series data was updated.