projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2ce09b1
)
update spacing test to set pixelsPerYLabel
author
Dan Vanderkam
<danvdk@gmail.com>
Fri, 4 Sep 2009 02:29:32 +0000
(
02:29
+0000)
committer
Dan Vanderkam
<danvdk@gmail.com>
Fri, 4 Sep 2009 02:29:32 +0000
(
02:29
+0000)
tests/spacing.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/spacing.html
b/tests/spacing.html
index
d6ebb75
..
8113d21
100644
(file)
--- a/
tests/spacing.html
+++ b/
tests/spacing.html
@@
-20,12
+20,14
@@
document.getElementById("g"),
data, null, {
rollPeriod: 7,
document.getElementById("g"),
data, null, {
rollPeriod: 7,
+ pixelsPerYLabel: 20
}
);
g2 = new DateGraph(
document.getElementById("g2"),
data, null, {
rollPeriod: 7,
}
);
g2 = new DateGraph(
document.getElementById("g2"),
data, null, {
rollPeriod: 7,
+ pixelsPerYLabel: 20
}
);
</script>
}
);
</script>