'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _boostables = require('./boostables.js'); var _boostables2 = _interopRequireDefault(_boostables); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } // These are the series we allow boosting for. var boostableMap = {}; /* * * * Copyright (c) 2019-2019 Highsoft AS * * Boost module: stripped-down renderer for higher performance * * License: highcharts.com/license * * */ _boostables2.default.forEach(function (item) { boostableMap[item] = 1; }); exports.default = boostableMap;