remove some PlotKit references
[dygraphs.git] / docs / index.html
index ab6d92b..c1d9ed5 100644 (file)
@@ -38,7 +38,7 @@
         padding-left: 20px;
       }
       #nav ul ul {
-        padding-left: 1em;
+        padding-left: 0.5em;
         padding-bottom: 1em;
       }
       #nav ul ul li {
@@ -598,8 +598,6 @@ perl -ne 'BEGIN{print "Month,Nominal,Real\n"} chomp; ($m,$cpi,$low,$close,$high)
   </tr>
 </table>
 
-<p>Any options you specify also get passed on to PlotKit's <a href="http://media.liquidx.net/js/plotkit-doc/PlotKit.Renderer.html">Renderer</a> class. dygraphs will override some of these (e.g. strokeColor), but others may be useful. The <code>padding</code> property is an example of this.</p>
-
 <h2>Common Gotchas</h2>
 <p>Here are a few problems that I've frequently run into while using the
 dygraphs library.</p>