-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Graph area crops on redraw() and increased size. #309
Comments
@sck-v thanks, mate! should be part of the standard libarray as you say as far as i'm concerned but this fix works for me for now at least |
@sck-v Wow. Thanks. No css bug anymore on redraw 👍 |
Was having the same issue, thanks for the workaround, at least it's working now until a more definitive solution is implemented. 👍 |
There's a solution in master now. See #111. |
Assume duplicate of #111 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to resize graph area with a fluid layout. The jquery code is(pseudo):
It works fine when reducing window size. But when the page is loaded in small size and then size is increasing, then chart area becomes cropped.
The inner svg size stills initial and redraw() don't touch it.
The workaround is add css rule:
But i think that the inner svg size should be recalculated.
The text was updated successfully, but these errors were encountered: