UNPKG

highcharts

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