Hello, i am using the php implementation and have set the render as javascipt. Problem is i have a page with 12 charts, 9 of them hidden in tabs. But when i can the php method renderChart, all 12 of them start rendering and the page becomes unresponsive for some time.
So, is it possible to make the other charts to render only when the relevant tab is clicked? I know how to cactch the onlcick event of the tabs in javascript but do not know what to do next. Any ideas/suggestions?