Sha256: a9034386e440a40a71a9bb782055b63a60aa3a2f125aa6d98d9a103f79bc6fda

Contents?: true

Size: 1.47 KB

Versions: 5

Compression:

Stored size: 1.47 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>Treemap - Squarified Treemap with on-demand nodes</title>

<!-- CSS Files -->
<link type="text/css" href="../css/base.css" rel="stylesheet" />
<link type="text/css" href="../css/Treemap.css" rel="stylesheet" />


<!-- 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>
Squarified Treemap with on-demand nodes    
</h4> 

            This example shows how you can use the <b>request</b> controller method to create a Treemap with <em>on demand</em> nodes<br /><br />
            There should be only one level shown at a time. <br /><br />
            Clicking on a band should show a new treemap with its most listened albums. 
            
</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>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongo3-0.0.5 lib/public/javascripts/Jit/Examples/Treemap/example1.html
mongo3-0.0.4 lib/public/javascripts/Jit/Examples/Treemap/example1.html
mongo3-0.0.3 lib/public/javascripts/Jit/Examples/Treemap/example1.html
mongo3-0.0.2 lib/public/javascripts/Jit/Examples/Treemap/example1.html
mongo3-0.0.1 lib/public/javascripts/Jit/Examples/Treemap/example1.html