GMs_for_libs Report post Posted January 16, 2008 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
GMs_for_libs Report post Posted January 27, 2008 (edited) 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 January 27, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 27, 2008 hi, try SRC="SelectScatter.swf?datURL=Data_Odessa.xml" WIDTH="600" HEIGHT="400" Share this post Link to post Share on other sites
GMs_for_libs Report post Posted January 29, 2008 Thank you very much, it works now. I have additional question: is there any way to pass a variable to data.xml file using this statement? Olha Share this post Link to post Share on other sites
Pallav Report post Posted January 30, 2008 Yes - you can add querystring to XML file and then URL Encode it. Share this post Link to post Share on other sites