UNPKG

highcharts

Version:
19 lines (18 loc) 546 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v13.0.1 (2026-08-17) * Organization chart series type * @module highcharts/modules/organization * @requires highcharts * @requires highcharts/modules/sankey * * (c) 2019-2026 Highsoft AS * Author: Torstein Hønsi * * 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;