Is there a way to download the actual JavaScript that powers the
visualization, though? I want to actually graph data in a different
way than what ScatterChart does, however it's pretty close to
ScatterChart so I was hoping to download the JavaScript and use that
as a base to build off. None of the configuration options do what I
want them to do. Like that page that you linked just makes a DataTable
that has the Data and then passed it to the visualization with these
lines, right?
var chart = new google.visualization.ScatterChart
(document.getElementById('chart_div'));
chart.draw(data, {width: 400, height: 240, titleX: 'Age', titleY:
'Weight', legend: 'none', pointSize: 5});
Well, I want to get the JavaScript that deals with that data and edit
that. Can I get that?
On May 19, 3:58 am, VizBoy <[email protected]> wrote:
> 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/scatt...
>
> 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
-~----------~----~----~----~------~----~------~--~---