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

Columns virtualization option renders columns that are visible in the viewport only. In case of wide data sets, the enabled option improves performance and saves memory.

The option is automatically set to true when the number of columns reaches the virtualizationThreshold option value. If defined, it takes precedence over the virtualizationThreshold option.