From a652f3de81cc14862c31ce638b80e49d4999ae93 Mon Sep 17 00:00:00 2001 From: Andrew Otto Date: Wed, 29 Feb 2012 14:11:29 -0800 Subject: [PATCH] I renamed the pageviews* files to non_mobile_pageviews --- lib/vis/vis-model.co | 2 +- www/graph/root.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vis/vis-model.co b/lib/vis/vis-model.co index 99cd073..178a155 100644 --- a/lib/vis/vis-model.co +++ b/lib/vis/vis-model.co @@ -27,7 +27,7 @@ VisModel = exports.VisModel = BaseModel.extend do # {{{ slug : '' name : '' desc : '' - dataset : '/data/pageviews_by.timestamp.language.csv' + dataset : '/data/non_mobile_pageviews_by.timestamp.language.csv' # presets : [] width : 'auto' height : 320 diff --git a/www/graph/root.yaml b/www/graph/root.yaml index 4606a75..9f51435 100644 --- a/www/graph/root.yaml +++ b/www/graph/root.yaml @@ -1,6 +1,6 @@ # The root graph, holding defaults inherited by all graphs. -dataset : '/data/pageviews_by.timestamp.language.csv' +dataset : '/data/non_mobile_pageviews_by.timestamp.language.csv' width : 'auto' height : 400 options : -- 1.7.0.4