Skip to content
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

when flot placeholder is placed next a a floating element the base and overlay canvases are not aligned correctly #670

Closed
dnschnur opened this issue Sep 28, 2012 · 2 comments
Assignees
Milestone

Comments

@dnschnur
Copy link
Member

Original author: djpnew...@gmail.com (August 23, 2011 10:15:31)

I think this can be fixed by changing:

canvas = makeCanvas(true, "base");

to:

canvas = makeCanvas(false, "base");

on line 749 of jquery.flot.js

Original issue: http://code.google.com/p/flot/issues/detail?id=591

@dnschnur
Copy link
Member Author

From djpnew...@gmail.com on August 23, 2011 10:17:30
Here is a minimal testcase

@dnschnur
Copy link
Member Author

From yael.elm...@gmail.com on July 14, 2012 19:19:02
We assume that the bug you're referring to is the misaligned y-axis label for the overlap/canvas.

We could not recreate this issue using linux (chrome/firefox) or a mac (chrome/firefox/safari).

Has someone already fixed this bug (perhaps accidentally)?

Unless it's another IE/browser issue we don't see it as a bug (anymore).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant