digraph G {
rankdir=LR
node [style=filled, fillcolor="#f8f8f8"]
"文档" -> Graphviz [label=" 使用"]
Graphviz -> "SVG 图表" [label=" 渲染"]
"SVG 图表" [fillcolor="#e5e7eb"]
}Create diagrams using DOT language, powered by @viz-js/viz.
Fast rendering using the latest viz.js implementation.
Automatic component registration and easy setup.