Highcharts Maps 릴리스

Released: Aug 29, 2024

v11.4.8 버젼 업데이트

수정사항

  • The credits.href setting wasn't respected in Map charts.
  • Series didn't render properly when the chart height was very large.
  • Series clipped on boost disabled and increased the chart size.
  • Minor ticks were wrongly distributed with multiple axes or when tickAmount was set.
  • Plot band labels and plot line labels would overlap if positioned too close. Added inside and allowOverlap options to the Axis.plotBands.label options.
  • Data labels failed to apply width in styled mode.
  • Offline PDF exporting...

Released: Aug 14, 2024

v11.4.7 버젼 업데이트

수정사항

  • Tab navigation was trapped in a loop after printing the chart.
  • Boosted heatmaps were not rendering in some cases.
  • Various tooltip and interaction issues caused by a temporary pointerEvents fix for older Chromium.
  • Version and other metadata was not being replaced after building esm-modules.
  • The rounded solid gauge series was misaligned when close to 100%.
  • Hovering line with split tooltip, then scatter, caused tooltip animation to start in top-left.
  • fillOpacity was too strong in boosted...

Released: Jul 8, 2024

v11.4.6 버젼 업데이트

수정사항

  • Fixed issue with bad require tagging causing bad module references.

Released: Jul 4, 2024

v11.4.5 버젼 업데이트

수정사항

  • Fixed a regression causing broken imports of modules due to bad relative paths.
  • Fixed generated TypeScript declarations for deprecated option series.events.legendItemClick.

Released: Jul 2, 2024

v11.4.4 버젼 업데이트

기능

  • Refactored the series.turboThreshold option to be more forgiving. Instead of failing with a warning message, the Series class now silently skips the fast looping of raw numbers and processes the object configuration instead, at a slight performance cost.
  • Introduced a new event and option legend.events.itemClick, events.legendItemClick has been deprecated.
  • Added a new treemap.traverseToLeaf option which allows you to drill into the last possible leaf of Treemap series.
  • Text path support is no...

Released: May 22, 2024

v11.4.2 버젼 업데이트

기능

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

수정사항

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

Released: Apr 4, 2024

v11.4.1 버젼 업데이트

수정사항

  • Fixed 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.
  • Fixed a regression with resetting zoom across synchronized charts.
  • Plot line CSS classes were not concatenated with spaces, causing the...

Released: Mar 5, 2024

v11.4.0 버젼 업데이트

기능

  • Added new option 'sankey.nodeDistance' and the ability to set 'sankey.nodeWidth' to auto. The same option pair is also supported by organization chart and treegraph series.
  • Enhanced pinch zoom behavior to redraw axes and series continuously.
  • Added new option 'organization.hangingSide' which allows nodes to hang from the right side in inverted organization charts.

수정사항

  • DataLabels were overlapping map navigation buttons.
  • Point visibility was reverted after interaction with a map.
  • Map animated...

Released: Jan 10, 2024

v11.3.0 버젼 업데이트

기능

  • Implemented native handling of the 'time.timezone' option, making the dependency on moment.js redundant.
  • Added new 'colorAxis.width' and 'colorAxis.height' options, allowing absolute or relative size.
  • Added new 'chart.axisLayoutRuns' option. It allows opting in for more predictable axis tick and label layout, at the cost of performance.
  • Added new default legendSymbol for area series and its derivatives.

수정사항

  • Patterns got scaled with their assigned map areas causing inconsistent rendering.
  • A...

Released: Oct 30, 2023

v11.2.0 버젼 업데이트

기능

  • Added support for GeoHeatmap interpolation.
  • Upgraded the build pipeline to benefit from new language features. Bundles are now compiled to ES2020 by the TypeScript compiler (*.src.js files), and minified by swc (*.js files).
  • Added support for multiple data labels on pie slices.
  • Added new 'sankey.nodeAlignment' option for the Sankey series to specify which side of the chart nodes should align.
  • Added new 'sankey.linkColorMode' option.
  • Added a feature to allow different symbols for upper/lower...