projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cd7ac6
)
record Dygraph in independent-series.html
author
Dan Vanderkam
<dan@dygraphs.com>
Thu, 3 Mar 2011 01:09:08 +0000
(19:09 -0600)
committer
Dan Vanderkam
<dan@dygraphs.com>
Thu, 3 Mar 2011 01:09:08 +0000
(19:09 -0600)
tests/independent-series.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/independent-series.html
b/tests/independent-series.html
index
e3ae8a4
..
37cf0e0
100644
(file)
--- a/
tests/independent-series.html
+++ b/
tests/independent-series.html
@@
-126,7
+126,7
@@
<p>The gap would normally be encoded as a null, or missing value. But when you use <code>connectSeparatedPoints</code>, that has a special meaning. Instead, you have to use <code>NaN</code>. This is a bit of a hack, but it gets the job done.</p>
<script type="text/javascript">
- new Dygraph(
+
g2 =
new Dygraph(
document.getElementById("graph2"),
"x,A,B \n" +
"1,,3 \n" +