projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bf2a16d
)
Adding page views by project csv data.
author
Andrew Otto
<acotto@gmail.com>
Wed, 15 Feb 2012 01:09:48 +0000 (17:09 -0800)
committer
Andrew Otto
<acotto@gmail.com>
Wed, 15 Feb 2012 01:09:48 +0000 (17:09 -0800)
lib/main.co
patch
|
blob
|
history
www/data
[new symlink]
patch
|
blob
diff --git
a/lib/main.co
b/lib/main.co
index
db7c644
..
8653c87
100644
(file)
--- a/
lib/main.co
+++ b/
lib/main.co
@@
-1,14
+1,10
@@
g = null
main = ->
- console.log 'hi'
g = new Dygraph do
$ '#graphdiv' .0
- "Date,Temperature\n
- 2008-05-07,75\n
- 2008-05-08,70\n
- 2008-05-09,80\n"
- {}
+ 'data/page_views_by_project.csv'
+ {'logscale': true}
diff --git a/www/data
b/www/data
new file mode 120000
(symlink)
index 0000000..
4909e06
--- /dev/null
+++ b/
www/data
@@ -0,0
+1
@@
+../data
\ No newline at end of file