Components
<ppw-viz>
For graphviz image rendering.
Use the  playground to write dot content.
<ppw-viz>
For graphviz image rendering. Use the playground to write dot content.
digraph prop
The digraph prop is the easeiest way to render dot content
(you must omit the digraph G { ... } ):
dot prop
You can use the dot prop for a full graphviz syntax support :
example
This is more realistic example :