UNPKG

dc.graph

Version:

Graph visualizations integrated with crossfilter and dc.js

36 lines (32 loc) 1.36 kB
<!DOCTYPE html> <html> <head> <title>dc.graph</title> <meta charset="UTF-8"> <link rel="icon" href="img/favicon.png" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="css/index.css"/> <script type="text/javascript" src="js/d3.js"></script> </head> <body> <h1>dc.graph</h1> <p><strong>dc.graph</strong> is a JavaScript library for interacting with graphs.</p> <div id="gallery"> <dl> <dt><a href="drag-drop-composition.html">Drag and Drop Network Composition</a> <dt><a href="simple-viewer.html">Simple graph viewer</a> <dt><a href="network-building.html?layout=dagre">Draw a graph</a> <dt><a href="random.html">Randomly build a graph</a> <dt><a href="brushing-filtering.html">Brushing and filtering</a> <dt><a href="explore.html?file=world.gv&layout=dot">Explore a large graph</a> <dt><a href="compare-layouts.html">Compare layouts</a> <dt><a href="match-game.html">Match Game</a> <dt><a href="resizing.html">Dynamic resizing</a> <dt><a href="arrow-designer.html">Arrow Designer</a> </dl> <a href="random.html"> <img id="random-generation" src="img/screenshots/random-generation.png" class="animate" style="width: 500px;"> </a> </div> <script type="text/javascript" src="js/index.js"></script> </body>