15 lines
320 B
JavaScript
15 lines
320 B
JavaScript
/**
|
|
* @license @product.name@ JS v@product.version@ (@product.date@)
|
|
* @module highcharts/modules/tilemap
|
|
* @requires highcharts
|
|
* @requires highcharts/modules/map
|
|
*
|
|
* Tilemap module
|
|
*
|
|
* (c) 2010-2019 Highsoft AS
|
|
*
|
|
* License: www.highcharts.com/license
|
|
*/
|
|
'use strict';
|
|
import '../../modules/tilemap.src.js';
|