- /**
- * @license Highmaps JS v8.2.0 (2020-08-20)
- * @module highcharts/modules/heatmap
- * @requires highcharts
- *
- * (c) 2009-2019 Torstein Honsi
- *
- * License: www.highcharts.com/license
- */
- 'use strict';
- import '../../Core/Axis/ColorAxis.js';
- import '../../Mixins/ColorMapSeries.js';
- import '../../Series/HeatmapSeries.js';
|