14 lines
327 B
JavaScript
14 lines
327 B
JavaScript
|
/**
|
||
|
* @license Highmaps JS v@product.version@ (@product.date@)
|
||
|
* @module highcharts/highmaps
|
||
|
*
|
||
|
* (c) 2011-2024 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;
|