A simple tool for Using Graphviz. Based on Viz.js & Electron.
This tool was fokred and modified in such a way that it is possible to visualise json files quickly.
Sample usage from Graphviz Gallery:
This project is on its beta release now.
The major framework is based on Electron, so it should be worked on All Platforms that support Node.js( Exp. Windows, Mac and Linux).
First, make sure you have a proper Node.js Environment:
node -v
npm -vThen start it easily.
git clone https://github.com/jcf94/vizgraph.git
cd vizgraph
npm install
npm startEnjoy it.
Use electron-builder to pack release for platforms you like.
Get the latest release.
Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage).
For a different project I needed support to translate JSON files to a graph. JSON files are easier to handle and interpret in different software projects than vizgraph text. For this purpose a file starting with ## (double hashtag) will be read as json and translated to vizgraph. There is no possibility to change the default visual settings with the json file right now. An example file can be found on the top level of this repository (exampleJSONgraph.txt).

