source: Dev/branches/jQueryUI/client/d3/examples/treemap/treemap-svg.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: 385 bytes
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <script type="text/javascript" src="../../d3.js"></script>
5    <script type="text/javascript" src="../../d3.layout.js"></script>
6    <style type="text/css">
7
8rect {
9  fill: none;
10  stroke: #fff;
11}
12
13text {
14  font: 10px sans-serif;
15}
16
17    </style>
18  </head>
19  <body>
20    <script type="text/javascript" src="treemap-svg.js"></script>
21  </body>
22</html>
Note: See TracBrowser for help on using the repository browser.