From: Javier Sagredo Date: Wed, 6 May 2026 22:13:09 +0000 (+0200) Subject: Drop the "satisfies Foo" label on fam-resolves chain edges X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=a8df2d4ab4cc9203508649b48e44d9a0471ae93a;p=classgraph.git Drop the "satisfies Foo" label on fam-resolves chain edges The teal-dotted edge between a fam-instance and the matched class instance already speaks for itself — its endpoints (and the side panel on click) carry the same information the inline label was trying to add. The label was just visual noise. Co-Authored-By: Claude Opus 4.7 (1M context) --- diff --git a/data/viewer.js b/data/viewer.js index fceca61..45d1fd3 100644 --- a/data/viewer.js +++ b/data/viewer.js @@ -679,7 +679,6 @@ source: fiNodeId, target: mId, kind: 'fam-resolves', - label: 'satisfies ' + predClassQn.qnName, }}); } }