59 lines
1.8 KiB
HTML
59 lines
1.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>ForceDirected - Force Directed Static Graph</title>
|
|
|
|
<!-- CSS Files -->
|
|
<link type="text/css" href="../css/base.css" rel="stylesheet" />
|
|
<link type="text/css" href="../css/ForceDirected.css" rel="stylesheet" />
|
|
|
|
<!--[if IE]><script language="javascript" type="text/javascript" src="../../Extras/excanvas.js"></script><![endif]-->
|
|
|
|
<!-- JIT Library File -->
|
|
<script language="javascript" type="text/javascript" src="../../jit.js"></script>
|
|
|
|
<!-- Example File -->
|
|
<script language="javascript" type="text/javascript" src="example1.js"></script>
|
|
</head>
|
|
|
|
<body onload="init();">
|
|
<div id="container">
|
|
|
|
<div id="left-container">
|
|
|
|
|
|
|
|
<div class="text">
|
|
<h4>
|
|
Force Directed Static Graph
|
|
</h4>
|
|
|
|
A static JSON Graph structure is used as input for this visualization.<br /><br />
|
|
You can <b>zoom</b> and <b>pan</b> the visualization by <b>scrolling</b> and <b>dragging</b>.<br /><br />
|
|
You can <b>change node positions</b> by <b>dragging the nodes around</b>.<br /><br />
|
|
The clicked node's connections are displayed in a relations list in the right column.<br /><br />
|
|
The JSON static data is customized to provide different node types, colors and widths.
|
|
|
|
</div>
|
|
|
|
<div id="id-list"></div>
|
|
|
|
|
|
<div style="text-align:center;"><a href="example1.js">See the Example Code</a></div>
|
|
</div>
|
|
|
|
<div id="center-container">
|
|
<div id="infovis"></div>
|
|
</div>
|
|
|
|
<div id="right-container">
|
|
|
|
<div id="inner-details"></div>
|
|
|
|
</div>
|
|
|
|
<div id="log"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|