From: Dan Vanderkam <danvdk@gmail.com>
Date: Mon, 24 Nov 2014 18:56:07 +0000 (-0500)
Subject: try dropping width again; there is a bug :(
X-Git-Tag: v1.1.0~9^2~2
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=f5fb6c2af3695a00f11202707b7e416ace7c37fd;p=dygraphs.git

try dropping width again; there is a bug :(
---

diff --git a/dygraph.js b/dygraph.js
index d1d4a5d..8e15ba6 100644
--- a/dygraph.js
+++ b/dygraph.js
@@ -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,