highcharts
Version:
JavaScript charting framework
15 lines (14 loc) • 373 B
JavaScript
/**
* @license Highmaps JS v@product.version@ (@product.date@)
* @module highcharts/modules/heatmap
* @requires highcharts
*
* (c) 2009-2024 Torstein Honsi
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import './coloraxis.src.js';
import '../../Series/Heatmap/HeatmapSeries.js';
export default Highcharts;