UNPKG

highcharts

Version:
18 lines (17 loc) 485 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highmaps JS v13.0.1 (2026-08-17) * @module highcharts/modules/heatmap * @requires highcharts * * (c) 2009-2026 Highsoft AS * Author: Torstein Hønsi * * A commercial license may be required depending on use, * see www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import './coloraxis.src.js'; import '../../Series/Heatmap/HeatmapSeries.js'; export default Highcharts;