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
Andrej Ocenas 20294b0fb6
NodeGraph: Remove msagl lib and layered layout option (#87905)
1 year ago
..
editor Chore: Deprecate FieldConfigEditorProps in favor of StandardEditorProps (#78319) 2 years ago
img
Edge.tsx NodeGraph: Fix invisible arrow tips in Editor (#86517) 1 year ago
EdgeArrowMarker.tsx Plugins: Improvements to NodeGraph (#76879) 2 years ago
EdgeLabel.tsx NodeGraph: Allow to set node radius in dataframe (#74963) 2 years ago
Legend.test.tsx Chore: Refactor dataviz aria-label e2e selectors to data-testid (#78938) 2 years ago
Legend.tsx Chore: Improve typings and ignore `Graph` (#75742) 2 years ago
Marker.tsx Chore: Reduce usage of v1 theme (#53245) 3 years ago
Node.test.tsx Plugins: Improvements to NodeGraph (#76879) 2 years ago
Node.tsx Plugins: Improvements to NodeGraph (#76879) 2 years ago
NodeGraph.test.tsx NodeGraph: Fix overlaps preventing opening an edge context menu when nodes were too close (#68571) 2 years ago
NodeGraph.tsx NodeGraph: Fix invisible arrow tips in Editor (#86517) 1 year ago
NodeGraphPanel.tsx NodeGraph: Fix invisible arrow tips in Editor (#86517) 1 year ago
README.md Chore: Add a README for the Node Graph plugin (#54801) 3 years ago
ViewControls.tsx Chore: Reduce usage of v1 theme (#53245) 3 years ago
createLayoutWorker.ts NodeGraph: Remove msagl lib and layered layout option (#87905) 1 year ago
forceLayout.js Nodegraph: Fix issue with rendering single node (#84930) 1 year ago
index.ts
layout.test.ts NodeGraph: Remove msagl lib and layered layout option (#87905) 1 year ago
layout.ts NodeGraph: Remove msagl lib and layered layout option (#87905) 1 year ago
layout.worker.js Nodegraph: Fix issue with rendering single node (#84930) 1 year ago
module.tsx Tracing: Add node graph panel suggestion (#83311) 1 year ago
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2 years ago
panelcfg.gen.ts Schemas: Reduce duplicated jenny code (#84061) 1 year ago
plugin.json Chore: Remove the beta badge for Node Graph and Traces (#62566) 2 years ago
suggestions.ts Tracing: Add node graph panel suggestion (#83311) 1 year ago
types.ts NodeGraph: Edge color and stroke-dasharray support (#83855) 1 year ago
useCategorizeFrames.ts Geomap: Add network layer (#70192) 2 years ago
useContextMenu.tsx NodeGraph: Add "key" prop to context menu items (#69360) 2 years ago
useFocusPositionOnLayout.ts Chore: ESlint import order (#44959) 3 years ago
useHighlight.ts
useNodeLimit.ts Chore: ESlint import order (#44959) 3 years ago
usePanning.ts Chore: some type fixes (#80094) 1 year ago
useZoom.ts Chore: some type fixes (#59030) 3 years ago
utils.test.ts NodeGraph: Fix configuring arc colors with mixed case field names (#84609) 1 year ago
utils.ts NodeGraph: Fix configuring arc colors with mixed case field names (#84609) 1 year ago

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