Highcharts Suite v11.4.2

Released: May 22, 2024

v11.4.2 버젼 업데이트

기능

  • New in Highcharts Core
    • 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.
  • New in Highcharts Stock
    • Added new series.cumulativeStart option.
    • Added new navigator.handles.borderRadius option.
    • Added support for borderRadius on flag series with the squarepin symbol.
    • Added styled mode support for advanced annotations.

수정사항

  • Fixes in Highcharts Core
    • 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.
  • Fixes in Highcharts Stock
    • Empty string in flag title resulted in default 'A' assigned.
    • RangeSelector#render was unnecessarily called 3 times on each chart render.
    • Custom id on navigator axis returned undefined with get().
    • A regression in v11.3.0 causing mobile touch panning not to work correctly.
    • Boosted navigator was not included in inverted chart's clipRect.
    • Range selector not working with chart constructor.
    • Annotations didn't get proportionally resized when dragging a control point. Ordinal axis' getExtendedPositions didn't take dataGrouping options into account.
    • Panning to extremes caused jumping to incorrect extremes.
    • A regression in v11.4.0 causing wrong crosshair label position on the right side of the chart.
  • Fixes in Highcharts Maps
    • Hovering reordered DOM elements in maps and heatmaps, causing problems for screen readers.
    • Data labels mouse event tracking was broken after drill up.
    • Bubble legend created unexpected ticks in map charts.
    • Map zooming animation was broken after drilling down.
  • Fixes in Highcharts Gantt
    • rangeSelector wasn't a part of fixed elements in Gantt.