HighchartsBoostOptions constructor
HighchartsBoostOptions({})
Options for the Boost module. The Boost module allows certain series types to be rendered by WebGL instead of the default SVG. This allows hundreds of thousands of data points to be rendered in milliseconds. In addition to the WebGL rendering it saves time by skipping processing and inspection of the data wherever possible. This introduces some limitations to what features are available in boost mode. See the docs for details.
Implementation
HighchartsBoostOptions(
{this.allowForce,
this.debug,
this.enabled,
this.pixelRatio,
this.seriesThreshold,
this.useGPUTranslations,
this.usePreallocated});