highcharts
Version:
JavaScript charting framework
18 lines (17 loc) • 484 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highmaps JS v12.5.0 (2026-01-12)
* @module highcharts/modules/heatmap
* @requires highcharts
*
* (c) 2009-2026 Highsoft AS
* Author: Torstein Honsi
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import './coloraxis.src.js';
import '../../Series/Heatmap/HeatmapSeries.js';
export default Highcharts;