A server that renders graphviz image from web requests.
Render graph images on webpage.
Graphviz source:
digraph G {
bgcolor=grey
A -> B;
}
URI encode:
Result:
Query string:
src: graphviz source codeformat: currently one of 'svg', 'png', 'gif', 'pdf'
- CJK Characters
- Emoji
- Khmer
- Latin
Please open an issue if you want more writing systems to be supported.
The service is supposed to be deployed with Docker containers.