Sha256: e8349ee1a1314a6d1cdd019d89b7d85e3d19ddcd0eb367a695825c54721f29fa
Contents?: true
Size: 1.61 KB
Versions: 5
Compression:
Stored size: 1.61 KB
Contents
<!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>Other - Composing Visualizations 2</title> <!-- CSS Files --> <link type="text/css" href="../css/base.css" rel="stylesheet" /> <link type="text/css" href="../css/Other.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="example3.js"></script> </head> <body onload="init();"> <div id="container"> <div id="left-container"> <div class="text"> <h4> Composing Visualizations 2 </h4> In this example a SpaceTree is composed with a RGraph (for node rendering).<br /><br /> The RGraph used for node rendering implements a custom node type defined in the <em>"Implementing Node Types"</em> example.<br /><br /> This example shows that many visualizations can be composed to create new visualizations. </div> <div id="id-list"></div> <div style="text-align:center;"><a href="example3.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>
Version data entries
5 entries across 5 versions & 1 rubygems