UNPKG

highcharts

Version:
22 lines (21 loc) 536 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts Gantt JS v12.6.0 (2026-04-13) * @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 Hønsi * - Jon Arild Nygård * - Øystein Moseng */ 'use strict'; import Highcharts from './highcharts.src.js'; import './modules/gantt.src.js'; Highcharts.product = 'Highcharts Gantt'; export default Highcharts;