graphjs

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i graphjs

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

407 kB

Total Files

8

Last publish

Collaborators

  • marc.mouries