Highcharts Gantt v11.0.0

Gantt v11.0.0 ·
1 BUGFIXES EXPAND COLLAPSE
  • Fixed #18435, tooltip was misplaced outside the plot area when zooming in gantt and x-range series.
HIGHCHARTS CORE v11.0.0 CHANGES These core changes also apply to this module EXPAND COLLAPSE
  • Design facelift with clearer, more vivid palette, added contrast for text labels and many minor visual changes.
  • Added new series type, treegraph. Read more in the docs.
  • Added new series type, pictorial.
  • Removed support for IE 8 and older.
  • Changed the default builds to ECMAScript version ES2016.
  • Replaced SASS files for styledMode with updated CSS files. Highcharts theming is now easier by supporting CSS variables as well as prefers-color-scheme. See style by CSS.
  • Sonification module v2 with many new features for audio charts, now part of the official API.
  • Changed default rotationMode to circular for sunburst data labels.
  • Added minorTicksPerMajor option for axes, see #13338.
  • Added the point.percentage property for gauge charts, see #18433.
  • Added ResizeObserver to the chart so it could adjust reflow on container size change, closes #17924.
UPGRADE NOTES EXPAND COLLAPSE
  • To revert to the old design, use the theme defined in the v10 theme sample.
  • Font sizes of the chart are now using rem by default. This may cause too small or too big fonts if your web page is using non-default root element font size. To avoid that, set chart.style.fontSize to 16px or any other values you see fit.
  • The top-level labels option has been deprecated for a long time and is now removed. Use Annotations instead.
  • Time-related settings on the global options structure are removed. Use the time options instead.
  • The new version of the sonification module is not backwards compatible with the old, experimental module.
  • The default builds were changed to ECMAScript version ES2016. See the system requirements on how to support IE11 and other legacy browsers.
  • If you’re using chart.styledMode, and your end users have prefers-color-scheme set to dark in their browsers, they may now be presented with dark-themed charts. The exception is if your CSS overrides the default coloring.
  • Changed default rotationMode to circular for sunburst data labels.
24 BUGFIXES EXPAND COLLAPSE
  • Fixed #18790, custom symbols were incorrectly positioned in some cases.
  • Fixed #18103, Y zoom while panning on top of the plot when chart inverted was not working.
  • Fixed #18066, after updating the series data to one point with category xAxis there were unwanted labels.
  • Fixed #17720, the tooltip with enabled outside and split properties was badly positioned for some series.
  • Fixed #18693, tooltip.stickOnContact threw errors on hover between one series with followPointer set to true and the second series followPointer set to false.
  • Fixed #18741, incorrect guide box behaviour while dragging stacked bars.
  • Fixed #14080, bubble legend didn’t work correctly if the legendItemClick event for one series was prevented.
  • Fixed #18635, bad tooltip position in an inverted chart inside a scrollable container when tooltip.outside was true.
  • Fixed #17614, timeline styled mode default colors.
  • Fixed #18617, stack labels in inverted charts were mispositioned in the y axis.
  • Fixed #18636, waterfall lines missing when there was a null point.
  • Fixed #17168, the Sunburst series didn’t work properly when the chart was inverted.
  • Fixed #17257, item chart points color wasn’t updating.
  • Fixed #17280, bubbles with z: 0 caused points to disappear.
  • Fixed #16516, legend symbol height didn’t accept 0 as a value.
  • Fixed #18501, vertical alignment of stack labels didn’t work with logarithmic axes.
  • Fixed #18502, pointPadding for heatmap series wasn’t working with reversed axes.
  • Fixed #18444, a polar chart with type “bar” and data labels caused JavaScript error.
  • Fixed #17912, column range points were not aligned with column points.
  • Fixed #18443, the className property in guideBox didn’t work for drag & drop.
  • Fixed #10005, wrong series name and legend item by using data.seriesMapping property.
  • Fixed #18422, stacked polar column chart with zero value rendered a wedge across the whole y axis.
  • Fixed #16675, adding annotation from a custom button was not possible if the button had a custom SVG symbol.
  • Fixed #18305, updating series marker size was not working if the initial size was not set.
See full Highcharts v11.0.0 release →