-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flotTip div is showing below footer under 768px #105
Comments
I'm wondering whether the initial commenter diagnosed this problem correctly. I'm unable to recreate the problem based on the size of the window, but I always get this problem with pie charts. When I examine the CSS for .flotTip on a pie-chart, all I see is this: But for other styles of chart, the CSS updates position (left and top) dynamically as the mouse moves, eg: I believe that the pie chart tooltip is not invoking whatever JS looks at the current mouse position and sets the |
I am building a dashboard which includes Flot Tooltips. I noticed that the flotTip div is being written at the bottom of the page, just above the closing body tag.
When the screen is resized below 768 pixels the flotTip is being shown below the footer, and creating a lot of white space.
Any idea's?
![screenshot of safari 27-05-2015 16 43 44](https://cloud.githubusercontent.com/assets/8512204/7840502/935a7478-048f-11e5-83b0-3ad6c11670fd.png)
![screenshot of screenfloat 27-05-2015 16 44 21](https://cloud.githubusercontent.com/assets/8512204/7840516/a4d29898-048f-11e5-9de8-b9bc491560a5.png)
The text was updated successfully, but these errors were encountered: