14 lines
402 B
JavaScript
14 lines
402 B
JavaScript
|
/**
|
||
|
* @license Highcharts Gantt JS v@product.version@ (@product.date@)
|
||
|
* @module highcharts/highcharts-gantt
|
||
|
*
|
||
|
* (c) 2017-2024 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;
|