grafana/public/app/plugins/panel/nodeGraph
2023-04-20 22:03:38 -07: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: more any/type assertion improvements (#59229) 2022-11-23 16:54:57 +00:00
EdgeArrowMarker.tsx Node Graph: Emphasize hovered or connected nodes (#51925) 2022-07-12 06:14:45 -06:00
EdgeLabel.tsx NodeGraph: Support icons for nodes (#60989) 2023-03-01 16:02:33 +01:00
index.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
layout.test.ts Chore: Upgrade to react 18 (#64428) 2023-04-11 10:51:54 +01:00
layout.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03: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: more any/type assertion improvements (#59229) 2022-11-23 16:54:57 +00:00
Legend.tsx Chore: Migrate usage of v1 themes to v2 (#57617) 2022-10-26 13:28:12 +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.test.tsx FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -07:00
Node.tsx FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -07:00
NodeGraph.test.tsx NodeGraph: Support icons for nodes (#60989) 2023-03-01 16:02:33 +01:00
NodeGraph.tsx NodeGraph: Support icons for nodes (#60989) 2023-03-01 16:02:33 +01:00
NodeGraphPanel.tsx Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839) 2023-03-16 16:56:26 +02:00
panelcfg.cue NodeGraph: Schema for panel options (#62121) 2023-01-26 18:02:41 +01:00
panelcfg.gen.ts NodeGraph: Schema for panel options (#62121) 2023-01-26 18:02:41 +01:00
plugin.json Chore: Remove the beta badge for Node Graph and Traces (#62566) 2023-02-27 15:16:01 +01:00
README.md Chore: Add a README for the Node Graph plugin (#54801) 2022-09-07 14:52:55 +01:00
types.ts NodeGraph: Support icons for nodes (#60989) 2023-03-01 16:02:33 +01:00
useCategorizeFrames.ts Chore: some type fixes (#59030) 2022-11-29 15:52:08 +00:00
useContextMenu.tsx FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -07: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: some type fixes (#59030) 2022-11-29 15:52:08 +00:00
utils.test.ts FieldValues: Use plain arrays instead of Vector (part 2 of 2) (#66224) 2023-04-14 09:03:45 -05:00
utils.ts FieldValues: Use standard array functions (#67012) 2023-04-20 22:03:38 -07: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