| name | highcharts-boost-module-large-datasets |
| description | Sub-skill of highcharts: Boost Module (Large Datasets) (+2). |
| version | 1.0.0 |
| category | data-visualization |
| type | reference |
| scripts_exempt | true |
Boost Module (Large Datasets) (+2)
Boost Module (Large Datasets)
<script src="https://code.highcharts.com/modules/boost.js"></script>
<script>
Highcharts.chart('container', {
boost: {
useGPUTranslations: true,
usePreAllocated: true
},
series: [{
*See sub-skills for full details.*
## Annotations
```javascript
annotations: [{
labels: [{
point: {
x: 3,
y: 50,
xAxis: 0,
yAxis: 0
},
text: 'Important milestone'
*See sub-skills for full details.*
## Drill-down
```html
<script src="https://code.highcharts.com/modules/drilldown.js"></script>
<script>
Highcharts.chart('container', {
series: [{
data: [{
name: 'Category A',
y: 5,
drilldown: 'category-a'
*See sub-skills for full details.*