Highcharts Core v11.4.2

Released: May 22, 2024

Atualizações na v11.4.2

Recursos

  • Added the option to set tooltip.animation as an animation object, not just a boolean as previously.
  • Added new pane.background.borderRadius and plotBands.borderRadius options for gauges.

Correções

  • Tooltip animation was not smooth.
  • legend.symbolWidth and legend.symbolHeight didn't change color axis dimensions if colorAxis.width or colorAxis.height were not set.
  • Redraw and drillupall events were called too many times during chart drill up.
  • Pixel alignment issues between grid lines, column series, error bars and scatter points.
  • Gap in the border at the bottom of bubbles at some sizes.
  • Pressing "enter" on a tabbed point resulted in different event than clicking it with a mouse.
  • Fixed chart height docs, updated 500px-sample title, and added new demo showing height inherited from container.
  • The series colors were not found when boosting multiple series in a single canvas in styled mode.
  • A regression causing wrong positioning of bubbles in an inverted bubble chart.
  • Minus sign was displayed for the number zero if it was rounded from a negative value.
  • Time zone wasn't respected in Templating in format strings.
  • setOptions didn't change radial axis defaults.
  • Dragging didn't work for the errorbar series.
  • Exporting chart, then dragging an annotation and exporting again used to cause wrong annotation position in the subsequently exported charts.
  • Improved the default padding of axis labels, and fixed their collision calculations.
  • Data labels overflowed the plot area when the axis position was different from default.
  • A regression in network graph. When dragging a node, others didn't follow.
  • Destroyed points in the area range series were wrongly used during mouse hover.
  • Series with manipulated points were missing a11y description on initial load.
  • Unwanted animation of right-aligned label when only the text changed.
  • A regression in v11.4.0 causing wrong min and max extremes for the selection event in column charts.
  • Bubble legend with color-axis moved after redraw.
  • Plot lines' HTML labels rendered incorrectly.
  • The highcharts.d.ts type definition file was too large and caused issues in editors. Moved majority of series options into separate definition files.
  • A regression with resetting zoom across synchronized charts.
  • Plot line CSS classes were not concatenated with spaces, causing the className option to fail.
  • Chart not resizing after closing fullscreen.