I am using Google Vizualization API to create an organization chart. The API itself does not seem to have a feature to save charts to JPEG, PDF etc. What options do I have to save the chart to file? [this file will be sent as an email attachment]
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...