Skip to content

dc-js/dc.graph.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dc.graph.js

Dynamic, interactive graph visualization using D3.

This repo is not actively maintained, but I still dabble with it occasionally. Note that it is based on D3 v3.

Many of the examples allow you to display or explore your own graph data. No data is uploaded to any server - this is a pure JS client library.

Features:

  • smooth D3 animated transitions
  • support for many graph layout libraries, including
  • many modes of interaction, including drawing, editing, exploring, selection, brushing and filtering
  • integrates with dc.js and crossfilter
  • experimental 3D mode using WebGL, with a novel 2.5D layered force directed layout

dc.graph.js is mostly by Gordon Woodhull (although contributions are welcome if they make sense and don't break things). I also maintain dc.js and RCloud.