Sign in to follow this  
vijaya

Color is not shown for Russia initially in world map.

Recommended Posts

Guest Basundhara Ghosal

Hi Vijaya,

Welcome to FusionCharts forum. :)

Could you please let us know the internal ID that you are using in the <entity> elment for Russia?

Awaiting your reply.

Share this post


Link to post
Share on other sites

Hi,

Thanks for the reply.

I am using '118' is the Russia internal ID. After hovering on Russia, then only the color is filled to the country. I am facing this problem to "Russia" only.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

Could you please send us the XML codes that you are using, as an attachment so that we might test it in our lab?

Also, please let us know the name of the swf file that you are using for the same.

Awaiting your reply.

Share this post


Link to post
Share on other sites

Hi,

SWF file name : FCMap_NewWorld.swf

XML file i am using is :

<map imageSave='1' showLegend='1' imageSaveURL='FusionMapsSave.aspx?userId=427bad31-f793-4291-b9ac-a5b2b0da9689|excel' legendPosition='BOTTOM' legendBorderColor='FFFFFF' legendShadow='0' legendBorderAlpha='0' borderColor='666666' fillColor='FFFFFF' hoverColor='666666' showBevel='0' showShadow='0'  formatnumber='1' defaultAnimation='0' showLabels='0' hoverOnEmpty='0' showCanvasBorder='0' numberSuffix=' (000s bbls per day)' decimals='1' showToolTip='1' toolTipBgColor ='FFFFFF' toolTipSepChar=' : ' ><colorRange><color minValue='0' maxValue='550.598874' displayValue='0 to 551 (000s bbls per day)' color='F0F0F0' /><color minValue='550.598874' maxValue='1101.197748' displayValue='551 to 1101 (000s bbls per day)' color='DDE6F6' /><color minValue='1101.197748' maxValue='1651.796622' displayValue='1101 to 1652 (000s bbls per day)' color='B1BCD2' /><color minValue='1651.796622' maxValue='2202.395496' displayValue='1652 to 2202 (000s bbls per day)' color='6B80BF' /><color minValue='2202.395496' maxValue='2752.99437' displayValue='2202 to 2753 (000s bbls per day)' color='1A1B4B' /></colorRange><data><entity ID='118' value='2725.737' CountryName='Russia' /></data></map>

I am facing this problem only in world map. It is working fine in Europe map("FCMap_Europe.swf")

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

Could you please try using the FCMap_WorldwithCountries.swf file for the same as the internal ID for Russia as 118 is defined in FCMap_WorldwithCountries.swf file and not in FCMap_NewWorld.swf file?

Hope this helps.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Glad that your issue is resolved.

In case you wish to remove the Water-mark(FusionMaps v3 Evaluation-An InfosoftGlobal Creation), you need to purchase our Licensed pack.

Please refer to the link below for the detailed information on our Licenses:-

Ref.- http://www.fusioncharts.com/Licensing.asp

  http://www.fusioncharts.com/LicenseTable.asp

Awaiting your reply.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

The Trial pack of FusionCharts suite has all the functionality same as a Licensed pack, with a difference of the Water-mark in it.

In case you wish to remove the water-mark, you need to change it from the source code which is available on purchase of our License.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

The SWF file "FCMAP_NewWorld.swf " does not include Russia as its entity. As a result it was not able to identify the Internal ID of Russia.

Share this post


Link to post
Share on other sites

I have used FCMAP_NewWorld.swf in my previous projects. i did not face this problem earlier.

If Russia is not added as entity, how it will identify after hovering?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

In the SWF file of FCMAP_NewWorld.swf, it is included as "Russian Federation".

Could you please send us the XML codes that you are using, so that we might test it in our lab?

Awaiting your reply.

Share this post


Link to post
Share on other sites

Hi,

 I am using the following xml.

<map imageSave='1' showLegend='1' imageSaveURL='FusionMapsSave.aspx?userId=427bad31-f793-4291-b9ac-a5b2b0da9689|excel' legendPosition='BOTTOM' legendBorderColor='FFFFFF' legendShadow='0' legendBorderAlpha='0' borderColor='666666' fillColor='FFFFFF' hoverColor='666666' showBevel='0' showShadow='0'  formatnumber='1' defaultAnimation='0' showLabels='0' hoverOnEmpty='0' showCanvasBorder='0' numberSuffix=' (000s bbls per day)' decimals='1' showToolTip='1' toolTipBgColor ='FFFFFF' toolTipSepChar=' : ' ><colorRange><color minValue='0' maxValue='550.598874' displayValue='0 to 551 (000s bbls per day)' color='F0F0F0' /><color minValue='550.598874' maxValue='1101.197748' displayValue='551 to 1101 (000s bbls per day)' color='DDE6F6' /><color minValue='1101.197748' maxValue='1651.796622' displayValue='1101 to 1652 (000s bbls per day)' color='B1BCD2' /><color minValue='1651.796622' maxValue='2202.395496' displayValue='1652 to 2202 (000s bbls per day)' color='6B80BF' /><color minValue='2202.395496' maxValue='2752.99437' displayValue='2202 to 2753 (000s bbls per day)' color='1A1B4B' /></colorRange><data><entity ID='118' value='2725.737' CountryName='Russia' /></data></map>

 

i am using FCMAP_NewWorld.swf file to plot data.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

We appologize for the inconvinience.

This had been detected as a bug and was fixed in "FCF_WorldwithCountries.swf" file.

In case you wish to use "FCMAP_NewWorld.swf " file, please try using the internal ID for Russia as '174'.

As we have already mentioned in our previous post, for "FCF_WorldwithCountries.swf" file the Internal ID for Russia is '118'.

Also, please take a look into the attached file for the detailed CSV data of "FCF_WorldwithCountries.swf" file.

Hope this helps. :)

FCMap_WorldwithCountries.zip

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Vijaya,

You are most welcome.

Glad to help you.

Keep smiling and keep FusionCharting.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this