UNPKG

highcharts

Version:
21 lines (20 loc) 589 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.5.0 (2026-01-12) * @module highcharts/modules/networkgraph * @requires highcharts * * Force directed graph module * * (c) 2010-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 NetworkgraphSeries from '../../Series/Networkgraph/NetworkgraphSeries.js'; const G = Highcharts; NetworkgraphSeries.compose(G.Chart); export default Highcharts;