|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/11/2008 11:16:39 PM
Posts: 7,
Visits: 16
|
|
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
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/11/2008 11:16:39 PM
Posts: 7,
Visits: 16
|
|
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: 2 days ago @ 5:36:20 AM
Posts: 736,
Visits: 1,181
|
|
| hi, try SRC=\"SelectScatter.swf?datURL=Data_Odessa.xml\" WIDTH=\"600\" HEIGHT=\"400\"
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/11/2008 11:16:39 PM
Posts: 7,
Visits: 16
|
|
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: 7/29/2008 12:15:49 PM
Posts: 2,001,
Visits: 474
|
|
Yes - you can add querystring to XML file and then URL Encode it.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|