Skip to content

v11.4.3

Compare
Choose a tag to compare
@MikolajMichalczak MikolajMichalczak released this 27 May 14:23
· 5 commits to master since this release

Version 11.4.3

iOS:

  1. Remove graphics folder from the framework, #438

Framework:

  1. Fixed #21109, tooltip animation was not smooth. Added the option to set tooltip.animation as an animation object, not just a boolean as previously.
  2. Added new options pane.background.borderRadius, and plotBands.borderRadius for gauges.

Framework bug fixes:

  1. Fixed #20451, legend.symbolWidth and legend.symbolHeight didn't change color axis dimensions if colorAxis.width or colorAxis.height were not set.
  2. Fixed #20876, redraw and drillupall events were called too many times during chart drill up.
  3. Fixed #5334, pixel alignment issues between grid lines, column series, error bars and scatter points.
  4. Fixed #20585, gap in the border at the bottom of bubbles at some sizes.
  5. Fixed #20729, pressing "enter" on a tabbed point resulted in different event than clicking it with a mouse.
  6. Fixed chart height docs, updated 500px-sample title, and added new demo showing height inherited from container.
  7. Fixed #18776, the series colors were not found when boosting multiple series in a single canvas in styled mode.
  8. Fixed #21125, a regression causing wrong positioning of bubbles in an inverted bubble chart.
  9. Fixed #20564, minus sign was displayed for the number zero if it was rounded from a negative value.
  10. Fixed #20816, time zone wasn't respected in Templating in format strings.
  11. Fixed #20804, setOptions didn't change radial axis defaults.
  12. Fixed #20146, dragging didn't work for the errorbar series.
  13. Fixed #20988, exporting chart, then dragging an annotation and exporting again used to cause wrong annotation position in the subsequently exported charts.
  14. Improved the default padding of axis labels, and fixed their collision calculations.
  15. Fixed #20998, data labels overflowed the plot area when the axis position was different from default.
  16. Fixed #20405, a regression in network graph. When dragging a node, others didn't follow.
  17. Fixed #20560, destroyed points in the area range series were wrongly used during mouse hover.
  18. Fixed #20656, series with manipulated points were missing a11y description on initial load.
  19. Fixed #20965, unwanted animation of right-aligned label when only the text changed.
  20. Fixed #20784, a regression in v11.4.0 causing wrong min and max extremes for the selection event in column charts.
  21. Fixed #20710, bubble legend with color-axis moved after redraw.
  22. Fixed #20792, plot lines' HTML labels rendered incorrectly.
  23. Fixed #18980, the highcharts.d.ts type definition file was too large and caused issues in editors. Moved majority of series options into separate definition files.
  24. Fixed #20871, a regression with resetting zoom across synchronized charts.
  25. Fixed #20586, plot line CSS classes were not concatenated with spaces, causing the className option to fail.
  26. Fixed #20548, chart not resizing after closing fullscreen.