Some documentation tweaks
[dygraphs.git] / docs / index.html
index 84773c9..1366f9d 100644 (file)
@@ -23,8 +23,8 @@
   </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>
@@ -44,7 +44,6 @@
 <ul>
   <li>Requires Firefox 1.5+ or Safari/WebKit 1.3+.</li>
   <li>Internet Explorer is poorly supported.</li>
-  <li>Can only plot time series with granularity &gt;= 1 day</li>
 </ul>
 
 <h2>Demo</h2>
@@ -52,9 +51,9 @@
 <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></p>
+</tr></table>
 <script type="text/javascript">
   g = new DateGraph(
           document.getElementById("demodiv"),
@@ -80,7 +79,7 @@
                      "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>