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
views:
345answers:
2
A:
Can this link be of any use ?
http://groups.google.com/group/google-visualization-api/browse_thread/thread/6ef62234879625e5
dawez
2010-01-23 17:27:09
no, as the org chart visualization is not an image based visualization
ooo
2010-01-23 17:41:12
+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
2010-01-23 17:33:03
i need this to be something that can be done by any user as a feature of the site . .
ooo
2010-01-23 17:40:29
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
2010-01-23 17:50:32