UNPKG

highcharts

Version:
22 lines (21 loc) 533 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts Gantt JS v12.5.0 (2026-01-12) * @module highcharts/highcharts-gantt * * (c) 2017-2026 Highsoft AS * * A commercial license may be required depending on use. * See www.highcharts.com/license * * Authors: * - Lars Cabrera * - Torstein Honsi * - Jon Arild Nygard * - Oystein Moseng */ 'use strict'; import Highcharts from './highcharts.src.js'; import './modules/gantt.src.js'; Highcharts.product = 'Highcharts Gantt'; export default Highcharts;