UNPKG

highcharts

Version:
19 lines (18 loc) 545 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.5.0 (2026-01-12) * Organization chart series type * @module highcharts/modules/organization * @requires highcharts * @requires highcharts/modules/sankey * * (c) 2019-2026 Highsoft AS * Author: Torstein Honsi * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Organization/OrganizationSeries.js'; export default Highcharts;