symlink excanvas
[dygraphs.git] / docs / index.html
index c8c78ba..a91bf06 100644 (file)
@@ -435,7 +435,7 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
     <td>Additional styles to apply to the currently-highlighted points div. For
     example, { 'font-weigth': 'bold' } will make the labels bold.</td>
   </tr>
-  
+
   <tr>
     <td><b>highlightCircleSize</b></td>
     <td><code>3</code></td>
@@ -443,6 +443,23 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
   </tr>
 
   <tr>
+    <td><b>drawPoints</b></td>
+    <td><code>false</code></td>
+    <td>Draw a small dot at each point, in addition to a line going through
+    the point. This makes the individual data points easier to see, but can
+    increase visual clutter in the chart. Default: false</td>
+  </tr>
+
+  <tr>
+    <td><b>pointSize</b></td>
+    <td><code>1.0</code></td>
+    <td>The size of the dot to draw on each point in pixels (see
+    drawPoints). A dot is always drawn when a point is "isolated", i.e.
+    there is a missing point on either side of it. This also controls the
+    size of those dots.</td>
+  </tr>
+
+  <tr>
     <td><b>pixelsPerXLabel</b>, <b>pixelsPerYLabel</b></td>
     <td>50</td>
     <td>Number of pixels to require between each x- and y-label. Larger values
@@ -543,5 +560,13 @@ servers -- the data is processed entirely in the client's browser.</p>
 
 <p><font size=-1>Created May 9, 2008 by <a href=mailto:danvdk@gmail.com>Dan Vanderkam</a></font></p>
 
+<!-- Google Analytics -->
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-769809-1";
+urchinTracker();
+</script>
+
 </body>
 </html>