UNPKG

highcharts

Version:
19 lines (18 loc) 493 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.6.0 (2026-04-13) * @module modules/arc-diagram * @requires highcharts/modules/sankey * * Arc diagram module * * (c) 2021-2026 Highsoft AS * Author: Piotr Madej * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/ArcDiagram/ArcDiagramSeries.js'; export default Highcharts;