From 1fd4de1b25398954e9ab43e54d0d0fdf1b5cfce0 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sat, 14 Mar 2009 20:01:55 -0400 Subject: flot-0.6pre@147 --- examples/setting-options.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/setting-options.html') diff --git a/examples/setting-options.html b/examples/setting-options.html index 31dd798..b0570b2 100644 --- a/examples/setting-options.html +++ b/examples/setting-options.html @@ -4,7 +4,7 @@ Flot Examples - + @@ -53,7 +53,7 @@ $(function () { max: 2 }, grid: { - backgroundColor: "#fffaff" + backgroundColor: { colors: ["#fff", "#eee"] } } }); }); -- cgit v1.2.3