projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a10c3
)
Fixed minimal example error. Added github repo location
author
Ali Karbassi
<ali@karbassi.com>
Thu, 10 Dec 2009 19:57:48 +0000
(13:57 -0600)
committer
Ali Karbassi
<ali@karbassi.com>
Thu, 10 Dec 2009 19:57:48 +0000
(13:57 -0600)
README
patch
|
blob
|
blame
|
history
diff --git
a/README
b/README
index
f81cc24
..
b50c116
100644
(file)
--- a/
README
+++ b/
README
@@
-1,6
+1,8
@@
dygraphs JavaScript charting library
Copyright (c) 2006-, Dan Vanderkam.
http://code.google.com/p/dygraphs/
+http://github.com/danvk/dygraphs
+
The dygraphs JavaScript library produces produces interactive, zoomable charts of time series.
@@
-30,8
+32,7
@@
Minimal Example
"Date,Temperature\n" + // the data series
"2008-05-07,75\n" +
"2008-05-08,70\n" +
- "2008-05-09,80\n";
- }
+ "2008-05-09,80\n"
);
</script>
</body>