Interactive HTML viewer adapter #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Add an
HtmlRendereradapter implementingDiagramRenderer. Produces a self-contained HTML file with an interactive graph visualization — clickable nodes, expand/collapse modules, zoom/pan. Use a JS graph library (e.g. D3, Cytoscape.js, or vis.js) embedded via CDN. The CodeGraph data is serialized as JSON inside the HTML file so no server is needed.At module level: boxes for modules, click to drill into type-level view of that module. At type level: class boxes with fields/methods, hover for details.
Acceptance criteria
HtmlRendererimplementsDiagramRendererport--format htmlCLI flag works end-to-endBlocked by
None - can start immediately