More style.
[dygraphs.git] / experimental / palette / index.html
index dc13209..3c15a0a 100644 (file)
       <tr>
         <td valign="top">
           <div id="selector">
-            <select id="dataSelector">
-              <option value="1">Interesting Shapes</option>
-              <option value="2">Many Points</option>
-              <option value="3">Mercedes</option>
-              <option value="4">Audi</option>
-            </select>
+            <select></select>
           </div>
           <div id="graph"></div>
           <div id="status" style="width:200px; font-size:0.8em; padding-top:5px;"></div>
@@ -66,6 +61,7 @@
             The palette on the right contains (most) Dygraphs options. Here's
             how they work:
             <ul>
+              <li>The selection box on top can be used to choose your own data source.</li>
               <li>Use the filter box to constrain your selection. For instance,
               typing <code>draw</code> will show all options with that phrase in
               its name.</li>
@@ -91,7 +87,7 @@
             You get the idea.
           </div>
         </td>
-        <td valign="top"><div class="palette" id="optionsPalette"></div></td>
+        <td valign="top"><div id="optionsPalette"></div></td>
      </tr>
     </table>
   </body>