Update readme, add interaction model.
[dygraphs.git] / gallery / README
index 9063e81..e00cf81 100644 (file)
@@ -21,4 +21,15 @@ Tips on adding entries to the gallery
   run: function() { function window.func() { .. }; }
 
 * You'll find it easier if you convert all the double-quotes in your HTML to
-  single quotes.
\ No newline at end of file
+  single quotes.
+
+TODOs:
+  * Remove the awful tables in interaction.html (that I wrote)
+  * Move all style to css
+  * Create links to get code
+  * Consider moving HTML to HTML files that are read via XMLHTTP
+  * Add margin-left: 30px to #workarea, and then make #workarea h2 { margin-left: -30px}
+  * Replace <input type='button'> with <button>
+  * Create a scope so we don't rely on window, something that gets
+    reset after cleanup is called.
+  * Why does the gallery scroll upon selection?
\ No newline at end of file