source: Dev/trunk/d3/examples/partition/partition-sunburst.html @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 631 bytes
RevLine 
[76]1<!DOCTYPE html>
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5    <title>Partition - Sunburst</title>
6    <script type="text/javascript" src="../../d3.js"></script>
7    <script type="text/javascript" src="../../d3.layout.js"></script>
8    <link type="text/css" rel="stylesheet" href="../button.css"/>
9  </head>
10  <body>
11    <div id="chart">
12      <button id="size" class="first">
13        Size
14      </button
15      ><button id="count" class="active last">
16        Count
17      </button><p>
18    </div>
19    <script type="text/javascript" src="partition-sunburst.js"></script>
20  </body>
21</html>
Note: See TracBrowser for help on using the repository browser.