FusionMap Specifying data for FusionMap
#1
Posted 09 September 2010 - 05:30 AM
The data that i need to render is in ActionScript Objects, let me know the best way to feed it to FusionMap.
Other Replies To This Topic
#2
Posted 09 September 2010 - 05:45 AM
Welcome to FusionCharts Forum! ![]()
I am afraid, FusionMaps for Flex does not suuport this functionality, as of now. ![]()
Plaese note, you can only pass XML data to the maps.
Hope this helps.
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
Other Replies To This Topic
#3
Posted 09 September 2010 - 05:56 AM
Thanks for the quick clarification.
I read that the FusionMaps is also based on the same framework as FusionChart which does support passing data as Actionscript objects besides xml. I was hoping I could do something similar with FusionMaps as well.
Regards
Al
Other Replies To This Topic
#4
Posted 09 September 2010 - 06:03 AM
FusionCharts and FsuionMaps for Flex are on the same platform but with different data feeding process, as of now.
Your suggestions are important to us. We have made a due note of the same in our wishlist for the upgradation purpose.
Thanks for your continued support.
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
Other Replies To This Topic
#5
Posted 28 September 2010 - 06:20 PM
Sanjukta Mukherjee, on 09 September 2010 - 06:03 AM, said:
Hi to all...
I needed to do something similar in an application & used a technique similar to this function.
See @
http://stackoverflow...llection-to-xml
Perhaps this will lead to towards a solution. Cheers //GH
Other Replies To This Topic
#6
Posted 29 September 2010 - 08:15 AM
Internally FusionCharts and FusionMaps accepts only XML as its data. Hence, the platform is same.
The control for FusionCharts (FusionCharts.swc) is equipped with a function that helps you provide data as ArrayCollection, convert it XML and pass it to the chart. This functionality is not provided in the control for FusionMaps (FusionMaps.swc). FusionCharts.swc and FusionMaps.swc are not same in various respect.
In our wishlist for the next release of FusionMaps for Flex we have this feature added.
Meanwhile, you can try adding a simple function in Flex which will parse through the ArrayCollection and build the required XML for Maps.

Back to top
MultiQuote