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.