mirror of https://github.com/grafana/grafana
Chore: Add a README for the Node Graph plugin (#54801)
parent
04d15b5810
commit
762432a921
@ -0,0 +1,7 @@ |
|||||||
|
# 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"> |
||||||
Loading…
Reference in new issue