15 lines
308 B
JavaScript
15 lines
308 B
JavaScript
/**
|
|
* @license Highmaps JS v10.2.1 (2022-08-29)
|
|
* @module highcharts/modules/tilemap
|
|
* @requires highcharts
|
|
* @requires highcharts/modules/map
|
|
*
|
|
* Tilemap module
|
|
*
|
|
* (c) 2010-2021 Highsoft AS
|
|
*
|
|
* License: www.highcharts.com/license
|
|
*/
|
|
'use strict';
|
|
import '../../Series/Tilemap/TilemapSeries.js';
|