- Object, Array, Function -> textarea
+
+## Start Server in Screen & Tee Logs
+
+ screen -dr kraken
+ ./lib/server/server.co | tee -a logs/kraken.log
+
+
## bugs
-- huge issues coordinating subview insertion of HTML blocks -- need to add events and provide an abstraction
+- defaults should only be filtered out for toURL() and toJSON()
+- redraw button!
+- valueFormatter, axisLabelFormatter
- (Safari) dygraph on safari has a bug parsing dates, bug http://code.google.com/p/dygraphs/issues/detail?id=287
- (Chrome) When changing a checkbox, the graph doesn't seem to get updated. The model is updated though, and when a non-checkbox option is modified the checkbox-option is also updated in the view
- E.g. when setting showRoller=true , the input doesn't get displayed right away. Also, when resetting to showRoller=false it doesn't disappear
-
-
-
-##### ohai #####
-
-[Other Business]
-- Need to write documentation about how to use this and gather feedback
-- **dsc** to email Moeller and figure out schedule
+- huge issues coordinating subview insertion of HTML blocks -- need to add events and provide an abstraction
## ux
### later
-- Add cascade to graph option presets
+- Add cascade (presets) to graph options
- [Graph Edit UI]
- Filter/Sort attributes, datasets, etc
- Outline all changed options
- Dashboard
- How should they be laid out?
- Stacked bar charts seem to be something a lot of us are into, but dygraphs won't be doing that. (tho d3 does)
+- Sort by custom tag order
## features