UNPKG

highcharts

Version:
21 lines (20 loc) 619 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts Gantt JS v12.5.0 (2026-01-12) * @module highcharts/modules/current-date-indicator * @requires highcharts * * CurrentDateIndicator * * (c) 2010-2026 Highsoft AS * Author: Lars A. V. Cabrera * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import CurrentDateIndication from '../../Extensions/CurrentDateIndication.js'; const G = Highcharts; CurrentDateIndication.compose(G.Axis, G.PlotLineOrBand); export default Highcharts;