UNPKG

highcharts

Version:
15 lines (13 loc) 312 B
/** * @license Highmaps JS v9.0.1 (2021-02-16) * @module highcharts/highmaps * * (c) 2011-2021 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from './highcharts.src.js'; import './modules/map.src.js'; Highcharts.product = 'Highmaps'; export default Highcharts;