Skip to content

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

Notifications You must be signed in to change notification settings

MarcMouries/GraphJS

Repository files navigation

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();
Org Chart Forced Layout Radial Layout

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published