projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dab69c
)
un-deprecate minimal example in README file
author
Dan Vanderkam
<danvk@google.com>
Wed, 16 Dec 2009 00:05:06 +0000
(16:05 -0800)
committer
Dan Vanderkam
<danvk@google.com>
Wed, 16 Dec 2009 00:05:06 +0000
(16:05 -0800)
README
patch
|
blob
|
blame
|
history
diff --git
a/README
b/README
index
b50c116
..
f78b9ca
100644
(file)
--- a/
README
+++ b/
README
@@
-27,7
+27,7
@@
Minimal Example
<body>
<div id="graphdiv"></div>
<script type="text/javascript">
- g = new D
ateG
raph(
+ g = new D
yg
raph(
document.getElementById("graphdiv"), // containing div
"Date,Temperature\n" + // the data series
"2008-05-07,75\n" +