Rev | Line | |
---|
[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.