Highcharts Gantt のリリース

Released: Aug 29, 2024

v11.4.8 での更新項目

不具合の修正

  • 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 was broken by attempted erroneous child node removal...

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 での更新項目

不具合の修正

  • Workaround for a Chromium bug while touching and scrolling chart.
  • Various minor fixes for IE11 compatibility.
  • Added the description to all arguments in the Tooltip constructor.
  • In boosted charts, markers were not being hidden when zoomed in series was hidden.
  • Stack labels were wrongly positioned for multiple x-axes in inverted charts.
  • Updating the height of a SVGLabel didn't occur immediately.
  • Treegraph data labels did not hide when allowOverlap was false. Implemented overlap detection...

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.

不具合の修正

  • rangeSelector wasn't a part of fixed elements in Gantt.

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.

不具合の修正

  • Chart width exceeded container width on Windows when the chart itself caused page scrollbars.
  • Destroying a chart after point...

Released: Jan 10, 2024

v11.3.0 での更新項目

機能

  • Changed default color of Gantt axis grid, to a more lightweight presence. The associated options are 'xAxis.grid.borderColor' and 'yAxis.grid.borderColor'.
  • Added width to data label in x-range and Gantt series, allowing implementers to easily apply word-wrap or ellipsis within the tasks.
  • Added support for grid.columns on tree-grid axes.
  • Implemented native handling of 'time.timezone' option, making dependency on moment.js redundant.
  • Added new 'colorAxis.width' and 'colorAxis.height' options...

Released: Oct 30, 2023

v11.2.0 での更新項目

機能

  • Added new 'gantt.connectors.radius' option which allows for curved connectors between task dependencies.
  • 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...