i am working on an application in which we need to display quick overview of world map with few details:
i am looking for some thing like this
http://www.fusioncharts.com/maps/Demos/FlashExample/Index.html
i have a table on the map page in which i have to display values like its being displayed for service,manufacturing etc in above link.As FC_Event takes objParams and while going through documentation..i found that objParams have parameters as entity id lname,sname, and value.
I have following queries:
1.can we have parameters according to our requirements apart from the 4 already defined?
2.if yes, what needs to be done for that.i tried modifying the xml to have more attributes corresponding to enity id as shown below:
<entity id="09" value="" cid="214" />
<entity id="10" value="" cid="222" />
<entity id="11" value="" cid="308" /> now when i try to use "objParams.cid" it gives me undefined that shows that these parameters have been defined internally somewhere.
is it possible to define our own parameters and provide there values in XML to feed the map?