gantt.src.js 270 B

1234567891011
  1. /**
  2. * @license @product.name@ JS v@product.version@ (@product.date@)
  3. * Gantt series
  4. *
  5. * (c) 2016-2019 Lars A. V. Cabrera
  6. *
  7. * License: www.highcharts.com/license
  8. */
  9. 'use strict';
  10. import '../../parts-gantt/GanttSeries.js';
  11. import '../../parts-gantt/GanttChart.js';