From: Dan Vanderkam Date: Fri, 23 Mar 2012 20:21:20 +0000 (-0400) Subject: Overwrite line heights: http://code.google.com/p/dygraphs/issues/detail?id=152 X-Git-Tag: v1.0.0~301 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=d7153238af7b247a19b4152bd9cc8c2a0b05dc2b;p=dygraphs.git Overwrite line heights: code.google.com/p/dygraphs/issues/detail?id=152 --- 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