pizza icon indicating copy to clipboard operation
pizza copied to clipboard

SVG doesn't work inside an accordion

Open artmem opened this issue 10 years ago • 1 comments

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

artmem avatar Jun 06 '14 21:06 artmem

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.

wim-mertens avatar Feb 29 '16 04:02 wim-mertens