Highcharts Maps のリリース

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

Released: Jun 5, 2023

v11.1.0 での更新項目

機能

  • Added support for tiled web maps.
  • Added support for mouse wheel zooming. This feature is embedded in the Highcharts Stock bundle, but requires an additional module file for the Highcharts bundle.
  • Added 'heatmap.interpolation' option for creating smooth heatmaps.
  • Added new function: Chart.getOptions(), to get the current active configuration options for the chart.
  • Added 'treegraph.fillSpace' option for treegraphs to fill the whole plot area even when some points are collapsed.
  • Added...

Released: May 8, 2023

v11.0.1 での更新項目

機能

  • Added new 'xAxis.crossing' and 'yAxis.crossing' options which make it easier to create axis layouts for mathematical plots.
  • Added new 'series.legendSymbol' option.

不具合の修正

  • Map drill down was broken for GeoJSON maps.
  • Sunburst circular labels did not work when the difference in value was small.
  • A regression in v11 causing the tooltip to not display in subsequent charts when the first chart in the web page was hidden.
  • Hidden overlapped data labels with useHTML on were still active for the...

Released: Apr 25, 2023

v11.0.0 での更新項目

機能

  • Added geo heatmap series type for showing the concentration of values on a geo map.
  • Added flow map series type for showing flows or movements between points on a map.
  • Improved the design with a clearer, more vivid palette, added contrast for text labels and many minor visual changes.
  • Added new treegraph and pictorial series types.
  • Removed support for Microsoft Internet Explorer 8 and older.
  • Changed the default builds to ECMAScript version ES2016.
  • Replaced SASS files for styledMode with...

Released: Mar 7, 2022

v10.x での更新項目

v10.3.3

Updated Jan 20, 2023

Features

  • New in Highcharts JS v10.3.3
    • Added /es5 path for legacy script files on code.highcharts.com and in the npm package.
    • Added new option, exporting.allowTableSorting, to allow turning off sorting of the data table.
  • New in Highcharts Maps JS v10.3.3
    • Added new linecap option for maps.
    • Added new option, mapView.fitToGeometry.

Fixes

  • Fixes in Highcharts JS v10.3.3
    • Inheritance refactor of Lollipop series.
    • Fixed plot line labels with align: 'right' and textAlign: 'left...

Released: Oct 21, 2021

v9.3.x での更新項目

v9.3.3

Updated Feb 1, 2022

Fixes

  • Fixed keyboard focus management issues with fullscreen change.

v9.3.2

Updated Nov 29, 2021

Features

  • Added support for Trusted Types, a browser standard for preventing cross-site scripting vulnerabilities.

Fixes

  • tilemap.tileShape set to square threw an error into the console.
  • Fixed a regression causing arrow navigation in map-like series types not to work.
  • Spacing was incorrect for legend items without a name.
  • Fixed issue with data module updates with...

Released: Aug 18, 2021

v9.2.x での更新項目

v9.2.2

Updated Aug 24, 2021

Features

  • Added internal support for Google Sheets API v4.

Fixes

  • Fixed stability problems with loading data from spreadsheets.
  • Fixed a regresssion in v9.2 causing exporting not to work with styledMode enabled.

v9.2.1

Updated Aug 19, 2021

Fixes

  • Fixed issue with nested whitespace getting removed in HTML.

v9.2.0

Updated Aug 18, 2021

Features

  • Improved ES module architecture with support for tree shaking for the most commonly used modules.
  • Added new feature, series...