From: Dan Vanderkam Date: Mon, 4 Apr 2011 23:51:06 +0000 (-0400) Subject: tweak demo chart a bit X-Git-Tag: v1.0.0~537 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=fe45f9720a20702b0217404e1b80144b47c01653;hp=-c;p=dygraphs.git tweak demo chart a bit --- fe45f9720a20702b0217404e1b80144b47c01653 diff --git a/docs/index.html b/docs/index.html index ca2c52f..1d0569d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -110,7 +110,8 @@ customBars: true, title: 'Daily Temperatures in New York vs. San Francisco', ylabel: 'Temperature (F)', - titleHeight: 24 + legend: 'always', + labelsDivStyles: { 'textAlign': 'right' } } );