treegrid.src.js 274 B

12345678910111213
  1. /**
  2. * @license Highcharts Gantt JS v9.0.1 (2021-02-16)
  3. * @module highcharts/modules/treegrid
  4. * @requires highcharts
  5. *
  6. * Tree Grid
  7. *
  8. * (c) 2016-2021 Jon Arild Nygard
  9. *
  10. * License: www.highcharts.com/license
  11. */
  12. 'use strict';
  13. import '../../Core/Axis/TreeGridAxis.js';