import type { NetworkgraphSeriesOptions } from './NetworkgraphSeriesOptions'; /** * A networkgraph is a type of relationship chart, where connections * (links) attracts nodes (points) and other nodes repulse each other. * * @extends plotOptions.line * @product highcharts * @sample highcharts/demo/network-graph/ * Networkgraph * @since 7.0.0 * @excluding boostThreshold, animation, animationLimit, connectEnds, * colorAxis, colorKey, connectNulls, cropThreshold, dragDrop, * getExtremesFromAll, label, linecap, negativeColor, * pointInterval, pointIntervalUnit, pointPlacement, * pointStart, softThreshold, stack, stacking, step, * threshold, xAxis, yAxis, zoneAxis, dataSorting, * boostBlending * @requires modules/networkgraph * @optionparent plotOptions.networkgraph * * @private */ declare const NetworkgraphSeriesDefaults: NetworkgraphSeriesOptions; export default NetworkgraphSeriesDefaults;