Welcome to the Highcharts Grid Options Reference

These pages outline the chart configuration options, and the methods and properties of Highcharts objects.

Feel free to search this API through the search bar or the navigation tree in the sidebar.

rendering.columns.resizing.mode

Determines how column widths are adjusted when resizing.

  • 'adjacent': Resizing a column will also adjust the width of its immediate neighbor, keeping the rest of the columns in the same place. This is the default mode.
  • 'independent': Only the resized column is changed; all columns to its right retain their current pixel widths, effectively "freezing" their widths.
  • 'distributed': Only the resized column is affected; other column width settings will not be changed.

Try it: Resizing overview