mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 12:33:59 +08:00
8 lines
483 B
Markdown
8 lines
483 B
Markdown
# Node Graph
|
|
|
|
The node graph visualizes directed graphs or networks. It uses a directed force layout to effectively position the nodes, so it can display complex infrastructure maps, hierarchies, or execution diagrams.
|
|
|
|
You can read more about the node graph panel <a href="https://grafana.com/docs/grafana/latest/visualizations/node-graph/" target="_blank">here</a>.
|
|
|
|
<img height="50%" alt="Node graph panel" src="https://grafana.com/static/img/docs/node-graph/node-graph-8-0.png">
|