source: Dev/branches/jQueryUI/client/d3/examples/partition/partition-sunburst.html @ 249

Last change on this file since 249 was 249, checked in by hendrikvanantwerpen, 13 years ago

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

File size: 631 bytes
Line 
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.