highcharts
Version:
JavaScript charting framework
18 lines (17 loc) • 508 B
JavaScript
/**
* @license Highcharts Gantt JS v@product.version@ (@product.date@)
* @module highcharts/modules/current-date-indicator
* @requires highcharts
*
* CurrentDateIndicator
*
* (c) 2010-2024 Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import CurrentDateIndication from '../../Extensions/CurrentDateIndication.js';
const G = Highcharts;
CurrentDateIndication.compose(G.Axis, G.PlotLineOrBand);
export default Highcharts;