[visualization-api] Re: User can't copy graphs

2012-06-08 Thread Pete
That sounds great thanks. I think I have what I need now. On Friday, 8 June 2012 02:27:03 UTC+1, rio wrote: > > Great news I've been hard at work on improving this code. > > I've made some nice progress to make it all user friendly. > > A minimized chart is automatically enlarged when a toImg fun

[visualization-api] Re: User can't copy graphs

2012-06-07 Thread rio
Great news I've been hard at work on improving this code. I've made some nice progress to make it all user friendly. A minimized chart is automatically enlarged when a toImg function is run First of all the function toImg will run the exp() function and send a blank data/or its own id. exp() w

[visualization-api] Re: User can't copy graphs

2012-05-31 Thread rio
On Friday, June 1, 2012 11:11:44 AM UTC+10, rio wrote: > > you will need to convert the SVG files into PNG > > https://gist.github.com/1333906 > > > You will then need to build a function that will build a function that > will shrink and hide the div from its full size to 20X20 when requested by

[visualization-api] Re: User can't copy graphs

2012-05-31 Thread rio
you will need to convert the SVG files into PNG https://gist.github.com/1333906 You will then need to build a function that will build a function that will shrink and hide the div from its full size to 20X20 when requested by the user, and grow it again when the user generates another chart to

[visualization-api] Re: User can't copy graphs

2012-05-25 Thread Pete
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 wrote: > What type of copy do you like to enab