Sha256: 9b86102dac22b9ecb8751749d411c39bfa02fd206d469c6a0e13f90494df9fa1
Contents?: true
Size: 820 Bytes
Versions: 31
Compression:
Stored size: 820 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Horizon Chart</title> <link type="text/css" rel="stylesheet" href="../button.css"/> <link type="text/css" rel="stylesheet" href="horizon.css"/> <script type="text/javascript" src="../../d3.js"></script> <script type="text/javascript" src="../../d3.chart.js"></script> </head> <body> <div id="chart"></div> <div id="controls"> <span id="mode"> <button class="first active">Offset</button ><button class="last">Mirror</button> </span> <span id="bands"> <button class="first">−</button ><button class="last">+</button> </span> </div> <script type="text/javascript" src="horizon.js"></script> </body> </html>
Version data entries
31 entries across 31 versions & 2 rubygems