UNPKG

highcharts

Version:
14 lines (13 loc) 325 B
/** * @license Highcharts JS v12.3.0 (2025-06-21) * @module highcharts/modules/geoheatmap * @requires highcharts * * (c) 2009-2025 * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/GeoHeatmap/GeoHeatmapSeries.js'; export default Highcharts;