current-date-indicator.src.js 311 B

12345678910111213
  1. /**
  2. * @license Highcharts Gantt JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/current-date-indicator
  4. * @requires highcharts
  5. *
  6. * CurrentDateIndicator
  7. *
  8. * (c) 2010-2019 Lars A. V. Cabrera
  9. *
  10. * License: www.highcharts.com/license
  11. */
  12. 'use strict';
  13. import '../../Extensions/CurrentDateIndication.js';