I have a page with several Visual Composer tabs and a few donut charts within those tabs. The charts on the active tab will appear but charts on other tabs do not appear when you click through. All charts have been shown to work if there tab is active when page is loaded.
I get a console error:
Uncaught DOMException: Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided (-0.5) is negative.
Is there a jquery way to say when a tab is clicked, to treat it like a page load or whatever would get the chart to realize it should load/draw.
Here is a quick test page on the site if that helps: http://sga.churchgrowth.org/test-sga-results/
I'm a total jquery novice so if you can please spell it out for me.