0.0.4 • Published 2 years ago

graphjs v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
2 years ago

GraphJS

npm release GitHub commit activity (branch)

GraphJS is a framework for easily representing and displaying graphs in JavaScript.

Objective

Very easy to use.

// Load the graph
let graph = new graphJS.Graph();
graph.loadJSON(json_graph);

// Display the graph
let chart = new graphJS.Chart( graph );
let layout = new graphJS.ForceDirected( graph );
chart.display();
0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1-security

3 years ago

0.0.1

13 years ago