diff --git a/public/app/plugins/panel/nodeGraph/README.md b/public/app/plugins/panel/nodeGraph/README.md new file mode 100644 index 00000000000..19ee20391ee --- /dev/null +++ b/public/app/plugins/panel/nodeGraph/README.md @@ -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 here. + +Node graph panel