projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
64649fb
)
Added (and renamed) updated dygraph .csv files, reparsed from Erik's new reportcard...
author
Andrew Otto
<acotto@gmail.com>
Mon, 27 Feb 2012 23:43:20 +0000 (15:43 -0800)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/lib/graph/model.co
b/lib/graph/model.co
index
c635414
..
3a6d7d0
100644
(file)
--- 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 : {}
}