pizza
pizza copied to clipboard
SVG doesn't work inside an accordion
Tried putting my pizza code inside a foundation accordion, but the SVG coordinates are all 0s.
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.