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