source: Dev/branches/jQueryUI/client/d3/examples/box/box.html @ 249

Last change on this file since 249 was 249, checked in by hendrikvanantwerpen, 13 years ago

This one's for Subversion, because it's so close...

First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.

File size: 610 bytes
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <title>Box Plot Charts</title>
5    <script type="text/javascript" src="../../d3.js"></script>
6    <script type="text/javascript" src="../../d3.chart.js"></script>
7    <script type="text/javascript" src="../../d3.csv.js"></script>
8    <link type="text/css" rel="stylesheet" href="../button.css"/>
9    <link type="text/css" rel="stylesheet" href="box.css"/>
10  </head>
11  <body>
12    <div id="chart">
13      <button class="first last" onclick="transition()">
14        Update
15      </button><p>
16    </div>
17    <script type="text/javascript" src="box.js"></script>
18  </body>
19</html>
Note: See TracBrowser for help on using the repository browser.