source: Dev/trunk/d3/examples/treemap/treemap-svg.html @ 76

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

d3

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.