dgrundel / GraphvizOnline

Let's Graphviz it online

Home Page:https://dreampuf.github.io/GraphvizOnline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Author: dreampuf

GraphvizOnline lets you edit and view GraphViz diagrams online. You can use GraphvizOnline online here.

Graph from URL / Gist

You can display a graph defined in a gist, or any other publically available url by adding a ?url= parameter to the GraphvizOnline url

Example: https://dreampuf.github.io/GraphvizOnline/?url=https://gist.githubusercontent.com/timabell/da08616ecb8693d524b8eab3b7b51018/raw/0e205c341b40641206a55c9f96b5db9b8fa581bc/graph.gv

Using https://gist.github.com/ allows you to share and version your graph definitions.

How to implement this

License

GraphvizOnline licensed under BSD-3 license. The dependencies:

About

Let's Graphviz it online

https://dreampuf.github.io/GraphvizOnline/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 82.9%Language:HTML 17.1%