Skip to main content

Module svg

Module svg 

Source
Expand description

ChartElement tree → SVG string serialization.

Walks the ChartElement tree recursively and emits SVG XML. Follows the same pattern as chartml-leptos/src/element.rs but produces a string instead of Leptos views.

Functions§

element_to_svg
Convert a ChartElement tree to an SVG string.