Sign in to follow this  
GMs_for_libs

fusioncharts and Google Maps

Recommended Posts

I would like to include a colour coded scatter plot generated with Fusioncharts (ScatterReturn available at http://www.fusioncharts.com/Demos/ScatterReturn/Default.html) into a pop-out window in Google Maps. Here is my online map: http://abuchel.apmaths.uwo.ca/~obuchel/maps/search_form1_copy.php.

 

When I copy and paste the code from Default.html file, my Google Map disappears. Is there any way to make this map work with fusion scatter plot?

 

 

 

Olha

Share this post


Link to post
Share on other sites

Here is a clarification of my problem.

 

I can embed chart only as

 

 

 

EMBED SRC="SelectScatter.swf" WIDTH="600" HEIGHT="400". It works fine this way with the markers.

 

 

 

But how can I render the source file?

 

It would be nice to write it like this:

 

 

 

EMBED SRC="SelectScatter.swf?library_path=charts_library&xml_source=Data_Odessa.xml" WIDTH="600" HEIGHT="400"

 

 

 

This particular example does not work, but maybe there are other to link swf file with the source file in embed statement?

 

 

 

Thanks,

 

 

 

Olha

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this