toolkit/javascript/d3/examples/voronoi/voronoi.html
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 18 Apr 2014 14:31:58 +0200
changeset 51 79833eaa394a
parent 47 c0b4a8b5a012
permissions -rw-r--r--
set up second level for navigation

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <title>Voronoi Tesselation</title>
    <script type="text/javascript" src="../../d3.js"></script>
    <script type="text/javascript" src="../../d3.geom.js"></script>
    <link type="text/css" rel="stylesheet" href="../../lib/colorbrewer/colorbrewer.css"/>
    <link type="text/css" rel="stylesheet" href="voronoi.css"/>
  </head>
  <body>
    <div id="chart"></div>
    <script type="text/javascript" src="voronoi.js"></script>
  </body>
</html>