Expand description
Timeline DSL renderer: TimelineIr → standalone HTML with inline SVG.
The public entry point is render_html. Internally it:
- Computes a
layout::LayoutModelfrom the IR. - Serializes it to an SVG string.
- Wraps the SVG in an HTML document with embedded CSS (hover tooltips only, no JS).
Re-exports§
pub use layout::GridStyle;pub use layout::LayoutModel;pub use layout::Orientation;pub use layout::RenderOptions;pub use layout::Theme;
Modules§
Functions§
- render_
html - Render the given IR as a standalone HTML document string.
- render_
svg_ only - Render the given IR as a standalone SVG string.