package.es-modules.masters.highcharts-gantt.src.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
JavaScript charting framework
The newest version!
/**
* @license Highcharts Gantt JS [email protected]@ (@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;