UNPKG

highcharts

Version:
16 lines (15 loc) 428 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v13.0.1 (2026-08-17) * @module highcharts/modules/geoheatmap * @requires highcharts * * (c) 2009-2026 * * A commercial license may be required depending on use, * see www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/GeoHeatmap/GeoHeatmapSeries.js'; export default Highcharts;