The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/panel/nodeGraph
kay delaney 05ceff5188
Chore: Migrate usage of v1 themes to v2 (#57617)
3 years ago
..
editor
img
Edge.tsx
EdgeArrowMarker.tsx
EdgeLabel.tsx
Legend.test.tsx
Legend.tsx Chore: Migrate usage of v1 themes to v2 (#57617) 3 years ago
Marker.tsx Chore: Reduce usage of v1 theme (#53245) 4 years ago
Node.tsx NodeGraph: Fix rendering issues when values of arc are over 1 (#57460) 3 years ago
NodeGraph.test.tsx
NodeGraph.tsx React18: Update useCallback arg types where needed (#57084) 3 years ago
NodeGraphPanel.tsx
README.md Chore: Add a README for the Node Graph plugin (#54801) 3 years ago
ViewControls.tsx Chore: Reduce usage of v1 theme (#53245) 4 years ago
createLayoutWorker.ts
index.ts
layout.test.ts
layout.ts
layout.worker.js Dashboard: Spelling corrections in end-user visible dialogs (#53340) 4 years ago
module.tsx
plugin.json
types.ts
useCategorizeFrames.ts
useContextMenu.tsx Node Graph: Always show context menu (#56876) 3 years ago
useFocusPositionOnLayout.ts
useHighlight.ts
useNodeLimit.ts
usePanning.ts
useZoom.ts
utils.test.ts
utils.ts

README.md

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