source: Dev/trunk/d3/examples/voronoi/voronoi.html @ 76

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

d3

File size: 553 bytes
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
5    <title>Voronoi Tesselation</title>
6    <script type="text/javascript" src="../../d3.js"></script>
7    <script type="text/javascript" src="../../d3.geom.js"></script>
8    <link type="text/css" rel="stylesheet" href="../../lib/colorbrewer/colorbrewer.css"/>
9    <link type="text/css" rel="stylesheet" href="voronoi.css"/>
10  </head>
11  <body>
12    <div id="chart"></div>
13    <script type="text/javascript" src="voronoi.js"></script>
14  </body>
15</html>
Note: See TracBrowser for help on using the repository browser.