Hi, I'm not sure what you mean by "Google Visualization Library". The Google Visualization Gadgets are mostly (except for a few exceptions) wrappers over JavaScript based visualizations. You can see their documentation here: http://code.google.com/apis/visualization/documentation/ http://code.google.com/apis/visualization/documentation/gallery.html
For instance you can use the scatterchart without a gadget: http://code.google.com/apis/visualization/documentation/gallery/scatterchart.html As for changing the behavior of the scatter chart -- you can customize many of its behaviors using the visualization options (see the page i gave before). Regards, VizBoy. On Fri, May 15, 2009 at 10:37 AM, [email protected] < [email protected]> wrote: > > Hi, I'm working on a project where I need to edit the way scatter > charts are handled in google spreadsheets (i.e. change the way they > display data). I've got the XML file used for the scatter chart gadget > but it looks like that just mostly gathers the data and passes it on > to something else to parse and display - I'm assuming it's a > visualization, but I'm pretty unfamiliar with google gadgets. I tried > downloading the Google Visualization Library and I couldn't find it in > there. Can anyone help me? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
