Sign in to follow this  
FusionCharts Support

Maps Demo - County Coloring

Recommended Posts

I am unable to get the county's on a state map to color as directed.

In my xml file, I have for example, when loading the Alaska map:

<entity id='FI' color='000000'/>

But the county color never changes.  Any help would be greatly appreciated.

Share this post


Link to post
Share on other sites

Hi,

Make sure of the internal ID that you are using. Try putting some value also to see if the value is shown on that entity.

<entity id='FI' color='ff0000' value='100'/>

Current Alaska map (FCMap_Alaska.swf) has internal ids roughly ranging from as numbers 013, 016...290.

Please refer to the map's specification in the Documentaion fto know the accurate internal id of the entity.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this