source: Dev/branches/jQueryUI/client/d3/examples/bullet/bullet.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: 547 bytes
Line 
1<!DOCTYPE html>
2<html>
3  <head>
4    <title>Bullet Charts</title>
5    <script type="text/javascript" src="../../d3.js"></script>
6    <script type="text/javascript" src="../../d3.chart.js"></script>
7    <link type="text/css" rel="stylesheet" href="../button.css"/>
8    <link type="text/css" rel="stylesheet" href="bullet.css"/>
9  </head>
10  <body>
11    <div id="chart">
12      <button class="first last" onclick="transition()">
13        Update
14      </button><p>
15    </div>
16    <script type="text/javascript" src="bullet.js"></script>
17  </body>
18</html>
Note: See TracBrowser for help on using the repository browser.