// RackPeek graph rendering shim. // // Public API (called from Blazor via JSInterop): // window.rackpeekGraph.render(elementId, mermaidSource) // – Wipes the target element, runs Mermaid on the source, and inserts // the resulting SVG with pan/zoom enabled. // // Assumes Mermaid is already loaded globally (via