From fe45f9720a20702b0217404e1b80144b47c01653 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 4 Apr 2011 19:51:06 -0400 Subject: [PATCH] tweak demo chart a bit --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } } ); -- 2.7.4