I should have been more specific. My users would like to be able to copy and paste an image of the chart into Word or other application. I have tried JSON but that just gives me a string of an array describing the chart.
On May 20, 8:45 pm, ChartMan <[email protected]> wrote: > What type of copy do you like to enable ? > If you are using the google.visualization.ChartWrapper you can use the > toJSON() method and expose a snippet the user can embed in > another page. Does this work for you? > > ChartMan > > > > > > > > On Sun, May 20, 2012 at 8:30 PM, Pete <[email protected]> wrote: > > I've made some bar charts using the visualization API but because > > they're not a single image, the browser doesn't allow the user to > > right click and copy. Is there any way around this? My users would > > find it really useful to have this functionality. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Visualization API" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-visualization-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
