UNPKG

highcharts

Version:
22 lines (21 loc) 536 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts Gantt JS v13.0.1 (2026-08-17) * @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;