toolkit/javascript/d3/examples/choropleth/choropleth.html
changeset 47 c0b4a8b5a012
equal deleted inserted replaced
46:efd9c589177a 47:c0b4a8b5a012
       
     1 <!DOCTYPE html>
       
     2 <html>
       
     3   <head>
       
     4     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
       
     5     <title>U.S. Unemployment by County</title>
       
     6     <script type="text/javascript" src="../../d3.js"></script>
       
     7     <script type="text/javascript" src="../../d3.geo.js"></script>
       
     8     <link type="text/css" rel="stylesheet" href="choropleth.css"/>
       
     9     <link type="text/css" rel="stylesheet" href="../../lib/colorbrewer/colorbrewer.css"/>
       
    10   </head>
       
    11   <body>
       
    12     <div id="chart"></div>
       
    13     <script type="text/javascript" src="choropleth.js"></script>
       
    14   </body>
       
    15 </html>