From bab13664388dd1b8ad6d78e571f9bcfb3a084cfe Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Tue, 10 Mar 2009 10:33:50 +0000 Subject: [PATCH] Added notice about broken background images on IE 7 based on report from Fred in issue 125 git-svn-id: https://flot.googlecode.com/svn/trunk@146 1e0a6537-2640-0410-bfb7-f154510ff394 --- API.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/API.txt b/API.txt index 63ac5ff..3b31050 100644 --- a/API.txt +++ b/API.txt @@ -10,7 +10,9 @@ that the plot will be put into. This placeholder needs to have its width and height set as explained in the README (go read that now if you haven't, it's short). The plot will modify some properties of the placeholder so it's recommended you simply pass in a div that you -don't use for anything else. +don't use for anything else. Make sure you check any fancy styling +you apply to the div, e.g. background images have been reported to be a +problem on IE 7. The format of the data is documented below, as is the available options. The "plot" object returned has some methods you can call.