From e448280eb8bcc48be647160be73eb8e47b55100d Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Mon, 15 Mar 2010 11:16:15 +0000 Subject: [PATCH] Made it clearer that eventHolder is not the one that receives custom Flot events git-svn-id: https://flot.googlecode.com/svn/trunk@235 1e0a6537-2640-0410-bfb7-f154510ff394 --- API.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/API.txt b/API.txt index 36d85d1..c4b557f 100644 --- a/API.txt +++ b/API.txt @@ -982,6 +982,12 @@ hooks in the plugins bundled with Flot. order wrong. The hook only gets one event, though (either for the overlay or for the static canvas). + Note that custom plot events generated by Flot are not generated on + eventHolder, but on the div placeholder supplied as the first + argument to the plot call. You can get that with + plot.getPlaceholder() - that's probably also the one you should use + if you need to fire a custom event. + - drawOverlay [phase 7]