projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b2c3a
)
Fixed trailing comma that broke IE
author
adam-p
<Adam@TITAN.(none)>
Fri, 8 Oct 2010 02:01:14 +0000
(22:01 -0400)
committer
adam-p
<Adam@TITAN.(none)>
Fri, 8 Oct 2010 02:01:14 +0000
(22:01 -0400)
tests/connect-separated.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/connect-separated.html
b/tests/connect-separated.html
index
31ebc24
..
24b87a8
100644
(file)
--- a/
tests/connect-separated.html
+++ b/
tests/connect-separated.html
@@
-28,7
+28,7
@@
],
{
connectSeparatedPoints: true,
- labels: ["Date","Series1","Series2","Series3"]
,
+ labels: ["Date","Series1","Series2","Series3"]
});
</script>
</body>