projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b85865
)
try dropping width again; there is a bug :(
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 24 Nov 2014 18:56:07 +0000
(13:56 -0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 24 Nov 2014 18:56:07 +0000
(13:56 -0500)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
d1d4a5d
..
8e15ba6
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-358,8
+358,8
@@
Dygraph.DEFAULT_ATTRS = {
// per-axis options
axes: {
x: {
- pixelsPerLabel:
7
0,
- axisLabelWidth:
60
,
+ pixelsPerLabel:
6
0,
+ axisLabelWidth:
55
,
axisLabelFormatter: Dygraph.dateAxisLabelFormatter,
valueFormatter: Dygraph.dateValueFormatter,
drawGrid: true,