highcharts
Version:
JavaScript charting framework
14 lines (13 loc) • 340 B
JavaScript
/**
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/geoheatmap
* @requires highcharts
*
* (c) 2009-2024
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Series/GeoHeatmap/GeoHeatmapSeries.js';
export default Highcharts;