- /**
- * @license Highmaps JS v8.2.0 (2020-08-20)
- * @module highcharts/highmaps
- *
- * (c) 2011-2018 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;
|