mjpuk Report post Posted October 3, 2008 I would like to have the world map appear with only certain country names visible. I have tried using the following code to give my countries aliases, as mentioned here:<entity internalId="01" newId="ANT" sName="" lName="" /> However, this causes the map to use the default sName and lName for each country. Ideally, I would like it so that tagged countries have their full name appear, and untagged countries have nothing unless they are hovered over by the mouse, which includes removing the label lines on smaller countries. Thanks in advance. -Matt Share this post Link to post Share on other sites
FusionCharts Support Report post Posted October 5, 2008 Hi, Could you pleas try using 1 space instead of null value in sname and lname attributes? [entity internalId="01" newId="ANT" sName=" " lName=" " /] Share this post Link to post Share on other sites
mjpuk Report post Posted October 6, 2008 I have tried that, but when the html subsequently attempts to load I get the single line error about a problem loading the data, and the map fails to load. Share this post Link to post Share on other sites