grafana/public/app/plugins/panel/nodeGraph
Connor Lindsey 2aad6e57c0
NodeGraph: Fix empty state to display 'No Data' message (#43633)
* Fix "0" when no nodes present in NodeGraph

* Show no data message in NodeGraph

* Fix tests
2022-01-04 08:45:00 -07:00
..
__mocks__ Tempo: Add filtering for service graph query (#41162) 2021-11-11 14:27:59 +01: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 NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
EdgeArrowMarker.tsx NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
EdgeLabel.tsx NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
index.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
layout.test.ts Tempo: Add filtering for service graph query (#41162) 2021-11-11 14:27:59 +01:00
layout.ts Tempo: Add filtering for service graph query (#41162) 2021-11-11 14:27:59 +01:00
layout.worker.js NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
Legend.test.tsx NodeGraph: Show gradient fields in legend (#34078) 2021-05-18 16:30:27 +02:00
Legend.tsx Schema: create a new schema package for basic models (#38409) 2021-08-23 13:03:41 -07:00
Marker.tsx Update dependency emotion to v11 (#41134) 2021-11-04 17:54:49 +00:00
module.tsx NodeGraph: Add node graph visualization (#29706) 2021-01-19 16:34:43 +01:00
Node.tsx NodeGraph: Fix subTitle and secondaryStat being truncated in some cases (#40244) 2021-11-07 07:13:14 +01:00
NodeGraph.test.tsx NodeGraph: Fix empty state to display 'No Data' message (#43633) 2022-01-04 08:45:00 -07:00
NodeGraph.tsx NodeGraph: Fix empty state to display 'No Data' message (#43633) 2022-01-04 08:45:00 -07:00
NodeGraphPanel.tsx NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
plugin.json NodeGraph: Add node graph visualization (#29706) 2021-01-19 16:34:43 +01:00
types.ts NodeGraph: Show gradient fields in legend (#34078) 2021-05-18 16:30:27 +02:00
useCategorizeFrames.ts NodeGraph: Don't check for preferredVisualisationType (#35116) 2021-06-03 12:48:26 +02:00
useContextMenu.tsx A11y/Menu: Add keyboard support to Menu component (#38974) 2021-09-20 09:08:46 +01:00
useFocusPositionOnLayout.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
useHighlight.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
useNodeLimit.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
usePanning.ts NodeGraph: Exploration mode (#33623) 2021-05-12 16:04:21 +02:00
useZoom.ts Chore: Fix NodeGraph useCallback dependencies (#41105) 2021-11-01 10:52:34 +01:00
utils.test.ts NodeGraph: Show gradient fields in legend (#34078) 2021-05-18 16:30:27 +02:00
utils.ts NodeGraph: Don't check for preferredVisualisationType (#35116) 2021-06-03 12:48:26 +02:00
ViewControls.tsx Explore: UI improvements to trace view (#34276) 2021-05-19 19:41:54 +02:00