charts/network/simple_network_graph_chart library

Classes

SimpleNetworkGraphChart
A simple node-link network graph for dependencies, relationships, stakeholder maps, ecosystems, systems, and knowledge graphs.
SimpleNetworkNode
SimpleNetworkSelection

Typedefs

SimpleNetworkLinkTapCallback = void Function(SimpleNetworkLink link, int index)
SimpleNetworkNodeTapCallback = void Function(SimpleNetworkNode node, int index)
SimpleNetworkTooltipBuilder = Widget Function(BuildContext context, SimpleNetworkSelection selection, String formattedValue)
SimpleNetworkValueFormatter = String Function(double value)