source:
Dev/trunk/d3/examples/spline/spline.html
@
76
Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 405 bytes |
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <title>Spline Editor</title> |
5 | <link type="text/css" rel="stylesheet" href="spline.css"/> |
6 | <script type="text/javascript" src="../../d3.js"></script> |
7 | </head> |
8 | <body> |
9 | <div id="chart"></div> |
10 | <label for="interpolate">Interpolate:</label> |
11 | <select id="interpolate"></select> |
12 | <script type="text/javascript" src="spline.js"></script> |
13 | </body> |
14 | </html> |
Note: See TracBrowser
for help on using the repository browser.