views:

345

answers:

2

Is there anyway to have an export function to export the Google Visualization organizational chart as an image? I want this as a feature of my website, so people can click a button or a link and have it save as an image or a pdf file

A: 

Can this link be of any use ?

http://groups.google.com/group/google-visualization-api/browse_thread/thread/6ef62234879625e5

dawez
no, as the org chart visualization is not an image based visualization
ooo
+4  A: 

Make a screen-shot of the browser. There are multiples tools out there to do this. We used this: http://code.google.com/p/speak-lib/source/browse/#svn/trunk/WebShot%3Fstate%3Dclosed

It works fine. We generate previews of design changes that way.

Robert
i need this to be something that can be done by any user as a feature of the site . .
ooo
Show the chart with an export button to the user, if the user clicks on the "export" button, you make the screen-shot of another browser instance (its just an library call) - and you are done. It does not scale great, but it works.
Robert