KartoPete
18 Jan 2012, 1:20 AM
I have charts inside different tabs in a tabpanel. For printing and conversion to images I need the full SVG from those charts. I can get it from the DOM, I know... BUT, the DOM has only the full SVG from the graph if once it has been displayed. What I need is the full SVG from all graphs inside those tabs, regardless of the tab has been opened and shown or not.
Is this possible? Has anyone found a solution to this problem?
Maybe there is a method to render those charts? I couldn't find any method that inserts the full SVG into the DOM. Must be the render engine, is there a way to directly use the engine and force the creation of the SVG in the initialization of the chart.
Cheers,
Peter
Is this possible? Has anyone found a solution to this problem?
Maybe there is a method to render those charts? I couldn't find any method that inserts the full SVG into the DOM. Must be the render engine, is there a way to directly use the engine and force the creation of the SVG in the initialization of the chart.
Cheers,
Peter