From 762432a9219e81cf21d4bd61c9eeabb2ba7ed1af Mon Sep 17 00:00:00 2001 From: Hamas Shafiq Date: Wed, 7 Sep 2022 14:52:55 +0100 Subject: [PATCH] Chore: Add a README for the Node Graph plugin (#54801) --- public/app/plugins/panel/nodeGraph/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/app/plugins/panel/nodeGraph/README.md 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