highcharts
Version:
JavaScript charting framework
21 lines (20 loc) • 558 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highmaps JS v12.5.0 (2026-01-12)
* @module highcharts/modules/tilemap
* @requires highcharts
* @requires highcharts/modules/map
*
* Tilemap module
*
* (c) 2010-2026 Highsoft AS
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import TilemapSeries from '../../Series/Tilemap/TilemapSeries.js';
const G = Highcharts;
TilemapSeries.compose(G.Axis);
export default Highcharts;