UNPKG

highcharts

Version:
21 lines (20 loc) 558 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highmaps JS v13.0.1 (2026-08-17) * @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 */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import TilemapSeries from '../../Series/Tilemap/TilemapSeries.js'; const G = Highcharts; TilemapSeries.compose(G.Axis); export default Highcharts;