|
|
|
Junior Member
      
Group: Forum Members
Last Login: 9/28/2008 12:52:44 PM
Posts: 11,
Visits: 27
|
|
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
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 9/28/2008 12:52:44 PM
Posts: 11,
Visits: 27
|
|
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
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/5/2008 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| hi, try SRC=\"SelectScatter.swf?datURL=Data_Odessa.xml\" WIDTH=\"600\" HEIGHT=\"400\"
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 9/28/2008 12:52:44 PM
Posts: 11,
Visits: 27
|
|
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
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
Yes - you can add querystring to XML file and then URL Encode it.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|