pub fn wrap_html_interactive(
svg_body: &str,
title: &str,
opts: &RenderOptions,
lanes: &[Lane],
table_html: Option<&str>,
) -> StringExpand description
Wrap a pre-rendered SVG string in an interactive standalone HTML document.
The interactive document adds zoom/pan, search filtering, click detail panel, and lane legend checkboxes — all via inline JS/CSS with no external CDN deps.