source: Dev/trunk/d3/examples/calendar/dji.html @ 76

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

d3

File size: 593 bytes
RevLine 
[76]1<!DOCTYPE html>
2<html>
3  <head>
4    <title>DJI</title>
5    <script type="text/javascript" src="../../d3.js"></script>
6    <script type="text/javascript" src="../../d3.csv.js"></script>
7    <script type="text/javascript" src="../../d3.time.js"></script>
8    <script type="text/javascript" src="calendar.js"></script>
9    <link type="text/css" rel="stylesheet" href="../../lib/colorbrewer/colorbrewer.css"/>
10    <link type="text/css" rel="stylesheet" href="calendar.css"/>
11  </head>
12  <body>
13    <div id="chart"></div>
14    <script type="text/javascript" src="dji.js"></script>
15  </body>
16</html>
Note: See TracBrowser for help on using the repository browser.