/* * * * Copyright (c) 2019-2019 Highsoft AS * * Boost module: stripped-down renderer for higher performance * * License: highcharts.com/license * * */importboostablesfrom'./boostables.js';// These are the series we allow boosting for.varboostableMap={};boostables.forEach(function(item){boostableMap[item]=1;});exportdefaultboostableMap;