Update instructions on index.html.
[dygraphs.git] / experimental / palette / index.html
index ced58a9..3a4536b 100644 (file)
@@ -6,11 +6,13 @@
     <!--[if IE]>
     <script type="text/javascript" src="../../excanvas.js"></script>
     <![endif]-->
+    <script type="text/javascript" src="jquery-1.8.3.min.js"></script>
     <script type="text/javascript" src="../../dygraph-dev.js"></script>
     <script type="text/javascript" src="options.js"></script>
-    <script type="text/javascript" src="textarea.js"></script>
+    <script type="text/javascript" src="../../common/textarea.js"></script>
     <script type="text/javascript" src="tooltip.js"></script>
     <script type="text/javascript" src="palette.js"></script>
+    <script type="text/javascript" src="multi-palette.js"></script>
     <script type="text/javascript" src="samples.js"></script>
     <script type="text/javascript" src="index.js"></script>
     <link rel="stylesheet" type="text/css" href="index.css" />
@@ -33,9 +35,8 @@
             <h3>Learn By Doing</h3>
             <ol>
               <li>In the filter box, type <code>point</code>.</li>
-              <li>In the <em>drawPoints</em> text box, enter <code>true</code></li>
-              <li>Press <code>enter</code> or click <em>Refresh</em>. You will
-              see dots on the graph where points exist.</li>
+              <li>In the <em>drawPoints</em> text box, toggle the value until <code>true</code> appears</li>
+              <li>You will see dots on the graph where points exist.</li>
               <li>In the <em>pointSize</em> text box, enter <code>5</code></li>
               <li>Press <code>enter</code> or click <em>Refresh</em>. The dots
               just got larger.</li>