mirror of https://github.com/grafana/grafana.git
* ensure button must have tooltip/aria-label when no children * fix violations * restore some unnecessarily removed labels * use types instead of interfaces as before * further fixes * fix unit test * commit translations and fix unit test * upgrade plugin-ui to 0.10.8 * set aria-label + unit tests |
||
---|---|---|
.. | ||
editor | ||
img | ||
Edge.tsx | ||
EdgeArrowMarker.tsx | ||
EdgeLabel.tsx | ||
Legend.test.tsx | ||
Legend.tsx | ||
Marker.tsx | ||
Node.test.tsx | ||
Node.tsx | ||
NodeGraph.test.tsx | ||
NodeGraph.tsx | ||
NodeGraphPanel.tsx | ||
README.md | ||
ViewControls.tsx | ||
createLayoutWorker.ts | ||
forceLayout.js | ||
index.ts | ||
layeredLayout.js | ||
layeredLayout.test.ts | ||
layeredLayout.worker.js | ||
layout.test.ts | ||
layout.ts | ||
layout.worker.js | ||
module.tsx | ||
panelcfg.cue | ||
panelcfg.gen.ts | ||
plugin.json | ||
suggestions.ts | ||
types.ts | ||
useCategorizeFrames.ts | ||
useContextMenu.tsx | ||
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.
