UNPKG

highcharts

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