Added (and renamed) updated dygraph .csv files, reparsed from Erik's new reportcard...
authorAndrew Otto <acotto@gmail.com>
Mon, 27 Feb 2012 23:43:20 +0000 (15:43 -0800)
committerAndrew Otto <acotto@gmail.com>
Mon, 27 Feb 2012 23:43:20 +0000 (15:43 -0800)
Also added a pageviews_by.timestamp total .csv file.

lib/graph/model.co

index c635414..3a6d7d0 100644 (file)
@@ -135,7 +135,7 @@ GraphModel = exports.GraphModel = BaseModel.extend do # {{{
     defaults : ->
         {
             name    : 'Kraken Graph'
-            dataset : '/data/page_views_by_language.csv'
+            dataset : '/data/pageviews_by.timestamp.language.csv'
             options : {}
         }