heatmap.src.js 325 B

12345678910111213
  1. /**
  2. * @license Highmaps JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/heatmap
  4. * @requires highcharts
  5. *
  6. * (c) 2009-2019 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/HeatmapSeries.js';