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.
Rows virtualization option render rows that are visible in the viewport only. In case of large data set, the enabled option improve performance and saves memory.
The option is automatically set to true when the number of rows exceeds
the virtualizationThreshold option value. If defined, it takes the
precedence over the virtualizationThreshold option.