UNPKG

highcharts

Version:
14 lines (13 loc) 387 B
/** * @license Highcharts Gantt JS v12.2.0 (2025-04-07) * @module highcharts/highcharts-gantt * * (c) 2017-2025 Lars Cabrera, Torstein Honsi, Jon Arild Nygard & Oystein Moseng * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from './highcharts.src.js'; import './modules/gantt.src.js'; Highcharts.product = 'Highcharts Gantt'; export default Highcharts;