heatmap.src.js 333 B

12345678910111213
  1. /**
  2. * @license Highmaps JS v9.0.1 (2021-02-16)
  3. * @module highcharts/modules/heatmap
  4. * @requires highcharts
  5. *
  6. * (c) 2009-2021 Torstein Honsi
  7. *
  8. * License: www.highcharts.com/license
  9. */
  10. 'use strict';
  11. import '../../Core/Axis/ColorAxis.js';
  12. import '../../Mixins/ColorMapSeries.js';
  13. import '../../Series/Heatmap/HeatmapSeries.js';