Skip to content

Commit

Permalink
Made it clearer that eventHolder is not the one that receives custom
Browse files Browse the repository at this point in the history
Flot events


git-svn-id: https://flot.googlecode.com/svn/trunk@235 1e0a6537-2640-0410-bfb7-f154510ff394
  • Loading branch information
olau@iola.dk committed Mar 15, 2010
1 parent b49af62 commit e448280
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions API.txt
Expand Up @@ -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]

Expand Down

0 comments on commit e448280

Please sign in to comment.