Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitliner/frontgraph

Simple HTML5 app to quickly draw graphs
https://github.com/bitliner/frontgraph

Last synced: about 21 hours ago
JSON representation

Simple HTML5 app to quickly draw graphs

Awesome Lists containing this project

README

        

# FrontGraph

FrontGraph is simple HTML5 app to quickly draw graphs

## How to use it

* clone repository: `clone [email protected]:bitliner/FrontGraph.git`

* launch `index.html` file

* insert in the textarea triples, each one represents an edge, separated by new line, of format `v1,v2,weight` where v1 is the name of vertex1, v2 is the name of vertex2, and the weight is the weight of edge between vertex1 and vertex2