-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtisserand.html
More file actions
21 lines (18 loc) · 819 Bytes
/
tisserand.html
File metadata and controls
21 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Tisserand parameter</title>
<style>
.line { fill: none; stroke: steelblue; stroke-width: 2px; }
input[type=button] { display:inline-block; border: 3px double #000; border-radius: 13px; height:26px; background:#f7f7f7; margin: 4px 8px 0 0; }
input[type=button], label { font: bold 14px monospace; }
input.selected { background:#d0e0ff; }
.ctrl { position:relative; }
#formula { display:inline-block; position:absolute; top:-110px; right:10px; border: 0px solid #f00; z-index:100; }
</style>
</head><body>
<script src="lib/d3.v4.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js"></script>
<div style="width:100%; overflow:hidden;"><div id="tisserand-chart"></div></div>
<script src="tisserand.js"></script>
</body>