'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /* * * * Copyright (c) 2019-2019 Highsoft AS * * Boost module: stripped-down renderer for higher performance * * License: highcharts.com/license * * */ // These are the series we allow boosting for. var boostables = ['area', 'arearange', 'column', 'columnrange', 'bar', 'line', 'scatter', 'heatmap', 'bubble', 'treemap']; exports.default = boostables;