From 3bc2cb3c62dbc37db8ca4b58fd64807be78dccfa Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 4 Apr 2011 08:53:37 -0400 Subject: [PATCH] two charts on demo page --- docs/index.html | 7 +++---- tests/styled-chart-labels.html | 29 ++++++++++++++++++++++++----- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6021647..ca2c52f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -99,8 +99,6 @@

(Mouse over to highlight individual values. Click and drag to zoom. Double-click to zoom back out. Change the number and hit enter to adjust the averaging period.)

-
Temperatures in New York vs. San Francisco
-
diff --git a/tests/styled-chart-labels.html b/tests/styled-chart-labels.html index f3d0785..c9f9e71 100644 --- a/tests/styled-chart-labels.html +++ b/tests/styled-chart-labels.html @@ -12,16 +12,16 @@ +

In this chart, each chart label is styled independently. View source to + see how it works.

+
-

Each chart label is styled independently. View source to see how it - works.

+

This version of the chart uses the default styles:

+
-- 2.7.4