timeKDTree property

bool? timeKDTree
getter/setter pair

Time the building of the k-d tree.

This outputs the time spent building the k-d tree used for markers etc.

Note that the k-d tree is built async, and runs post-rendering. Following, it does not affect the performance of the rendering itself.

API Docs: https://api.highcharts.com/highcharts/boost.debug.timeKDTree

Implementation

bool? timeKDTree;