--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/toolkit/javascript/d3/examples/treemap/treemap-svg.html Thu Apr 10 14:20:23 2014 +0200
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script type="text/javascript" src="../../d3.js"></script>
+ <script type="text/javascript" src="../../d3.layout.js"></script>
+ <style type="text/css">
+
+rect {
+ fill: none;
+ stroke: #fff;
+}
+
+text {
+ font: 10px sans-serif;
+}
+
+ </style>
+ </head>
+ <body>
+ <script type="text/javascript" src="treemap-svg.js"></script>
+ </body>
+</html>