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

SVG doesn't work inside an accordion #21

Open
artmem opened this issue Jun 6, 2014 · 1 comment
Open

SVG doesn't work inside an accordion #21

artmem opened this issue Jun 6, 2014 · 1 comment

Comments

@artmem
Copy link

artmem commented Jun 6, 2014

Tried putting my pizza code inside a foundation accordion, but the SVG coordinates are all 0s.

@wim-mertens
Copy link

I had a similar issue. I resolved it by creating my own show/hide tabs, and instead of toggling display none/display block, just toggle position relative to position fixed with top: -9999em or something. This will draw the chart correctly.

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

No branches or pull requests

2 participants