try dropping width again; there is a bug :(
authorDan Vanderkam <danvdk@gmail.com>
Mon, 24 Nov 2014 18:56:07 +0000 (13:56 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 24 Nov 2014 18:56:07 +0000 (13:56 -0500)
dygraph.js

index d1d4a5d..8e15ba6 100644 (file)
@@ -358,8 +358,8 @@ Dygraph.DEFAULT_ATTRS = {
   // per-axis options
   axes: {
     x: {
-      pixelsPerLabel: 70,
-      axisLabelWidth: 60,
+      pixelsPerLabel: 60,
+      axisLabelWidth: 55,
       axisLabelFormatter: Dygraph.dateAxisLabelFormatter,
       valueFormatter: Dygraph.dateValueFormatter,
       drawGrid: true,