treemap.src.js 290 B

123456789101112
  1. /**
  2. * @license Highcharts JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/treemap
  4. * @requires highcharts
  5. *
  6. * (c) 2014-2019 Highsoft AS
  7. * Authors: Jon Arild Nygard / Oystein Moseng
  8. *
  9. * License: www.highcharts.com/license
  10. */
  11. 'use strict';
  12. import '../../Series/TreemapSeries.js';