useGPUTranslations property
Enable or disable GPU translations. GPU translations are faster than doing the translation in JavaScript.
This option may cause rendering issues with certain datasets. Namely, if your dataset has large numbers with small increments (such as timestamps), it won't work correctly. This is due to floating point precision.
API Docs: https://api.highcharts.com/highcharts/boost.useGPUTranslations
Implementation
bool? useGPUTranslations;