highcharts
Version:
JavaScript charting framework
21 lines (20 loc) • 583 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts Gantt JS v13.0.1 (2026-08-17)
* @module highcharts/modules/treegrid
* @requires highcharts
*
* Tree Grid
*
* (c) 2016-2026 Highsoft AS
* Author: Jon Arild Nygård
*
* A commercial license may be required depending on use,
* see www.highcharts.com/license
*/
;
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;