</head>
<body>
<center>
- <p><span style="font-size:30pt;">dygraphs JavaScript Library</span><br/>
- (Contact: <a href="mailto:danvdk@gmail.com">Dan Vanderkam</a>)</p>
+ <p><span style="font-size:28pt;">dygraphs JavaScript Library</span><br/>
+ <a href="http://code.google.com/p/dygraphs/">code.google.com/p/dygraphs</a></p>
</center>
<p>The dygraphs JavaScript library produces produces interactive, zoomable charts of time series based on CSV files.</p>
<table><tr><td>
<div id="demodiv" style="width:480px; height:320px;"></div>
</td><td valign=top>
-<div id="status" style="width:200px; font-size:0.8em"></div>
+<div id="status" style="width:200px; font-size:0.8em; padding-top:5px;"></div>
</td>
</tr></table>
<script type="text/javascript">
"rgb(255,100,100)",
"#00DD55",
"rgba(50,50,200,0.4)"],
- padding: {left: 40, right: 30, top: 5, bottom: 15}
+ padding: {left: 40, right: 30, top: 15, bottom: 15}
}
);
</script>