grafana/public/app/plugins/panel/nodeGraph
Leo 1a0cbdeabe
Navigation: Add help menu to top search bar (#55062)
* add help menu to top search bar

* fixes

* handle preventDefault in node graph specifically

* use icon prop of MenuItem

* undo changes to ContextMenuPlugin/DataLinksContextMenu

* remove unused component

* revert storybook changes

* Tweaks

* remove unused style

* stop propagation on the header so version can be highlighted

* make sure useContextMenu has the exact same logic as before

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-09-17 18:17:00 +02:00
..
__mocks__ Tempo: Add filtering for service graph query (#41162) 2021-11-11 14:27:59 +01:00
editor Explore: Sort trace process attributes alphabetically (#51261) 2022-06-24 08:20:23 -06:00
img NodeGraph: Add node graph visualization (#29706) 2021-01-19 16:34:43 +01:00
createLayoutWorker.ts Live: move centrifuge service to a web worker (#41090) 2021-11-09 21:05:01 +04:00
Edge.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
EdgeArrowMarker.tsx Node Graph: Emphasize hovered or connected nodes (#51925) 2022-07-12 06:14:45 -06:00
EdgeLabel.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
index.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
layout.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
layout.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
layout.worker.js Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +02:00
Legend.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
Legend.tsx Chore: Remove usage of deprecated getColorForTheme function (#49519) 2022-05-26 14:11:44 +01:00
Marker.tsx Chore: Reduce usage of v1 theme (#53245) 2022-08-08 16:37:06 +01:00
module.tsx Node Graph Panel: Add options to configure units and arc colors (#51057) 2022-06-23 07:20:56 -06:00
Node.tsx Node Graph: Emphasize hovered or connected nodes (#51925) 2022-07-12 06:14:45 -06:00
NodeGraph.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
NodeGraph.tsx Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +02:00
NodeGraphPanel.tsx Node Graph Panel: Add options to configure units and arc colors (#51057) 2022-06-23 07:20:56 -06:00
plugin.json NodeGraph: Add node graph visualization (#29706) 2021-01-19 16:34:43 +01:00
README.md Chore: Add a README for the Node Graph plugin (#54801) 2022-09-07 14:52:55 +01:00
types.ts Explore: Sort trace process attributes alphabetically (#51261) 2022-06-24 08:20:23 -06:00
useCategorizeFrames.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
useContextMenu.tsx Navigation: Add help menu to top search bar (#55062) 2022-09-17 18:17:00 +02:00
useFocusPositionOnLayout.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
useHighlight.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
useNodeLimit.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
usePanning.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
useZoom.ts Chore: Fix NodeGraph useCallback dependencies (#41105) 2021-11-01 10:52:34 +01:00
utils.test.ts Node Graph: Emphasize hovered or connected nodes (#51925) 2022-07-12 06:14:45 -06:00
utils.ts Node Graph: Emphasize hovered or connected nodes (#51925) 2022-07-12 06:14:45 -06:00
ViewControls.tsx Chore: Reduce usage of v1 theme (#53245) 2022-08-08 16:37:06 +01:00

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