From 278b05930bdfd5792442131c9c9e22d2e7bb9dc3 Mon Sep 17 00:00:00 2001 From: Andrew Otto Date: Mon, 27 Feb 2012 15:43:20 -0800 Subject: [PATCH] Added (and renamed) updated dygraph .csv files, reparsed from Erik's new reportcard csv files. Also added a pageviews_by.timestamp total .csv file. --- lib/graph/model.co | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/graph/model.co b/lib/graph/model.co index c635414..3a6d7d0 100644 --- a/lib/graph/model.co +++ b/lib/graph/model.co @@ -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 : {} } -- 1.7.0.4