From d7153238af7b247a19b4152bd9cc8c2a0b05dc2b Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 23 Mar 2012 16:21:20 -0400 Subject: [PATCH] Overwrite line heights: http://code.google.com/p/dygraphs/issues/detail?id=152 --- dygraph.js | 1 + tests/multi-scale.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/dygraph.js b/dygraph.js index c60eccc..3f3b5a5 100644 --- a/dygraph.js +++ b/dygraph.js @@ -1014,6 +1014,7 @@ Dygraph.prototype.createStatusMessage_ = function() { "top": "0px", "left": (this.width_ - divWidth - 2) + "px", "background": "white", + "lineHeight": "normal", "textAlign": "left", "overflow": "hidden"}; Dygraph.update(messagestyle, this.attr_('labelsDivStyles')); diff --git a/tests/multi-scale.html b/tests/multi-scale.html index b10cd93..d328d94 100644 --- a/tests/multi-scale.html +++ b/tests/multi-scale.html @@ -7,6 +7,11 @@ +

Gridlines and axis labels make charts easier to understand. They give -- 2.7.4