All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es-modules.masters.modules.treegrid.src.js Maven / Gradle / Ivy

The newest version!
/**
 * @license Highcharts Gantt JS [email protected]@ (@product.date@)
 * @module highcharts/modules/treegrid
 * @requires highcharts
 *
 * Tree Grid
 *
 * (c) 2016-2024 Jon Arild Nygard
 *
 * License: www.highcharts.com/license
 */
'use strict';
import Highcharts from '../../Core/Globals.js';
import TreeGridAxis from '../../Core/Axis/TreeGrid/TreeGridAxis.js';
const G = Highcharts;
TreeGridAxis.compose(G.Axis, G.Chart, G.Series, G.Tick);
export default Highcharts;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy