Attributes for <entity> element

The <entity> element can have the following attributes:

 
Attribute Name Type Range Description
value Number   Numeric value of the <entity>.
displayValue String   If you want to display your custom value for each entity (apart from it's long name, short name or value), you can specify it here.
toolText String   Lets you specify a custom tool text for the entity.
color Color Hex Code Lets you specify a custom color for the entity. If color range is defined, each entity takes its color from the range it belongs to. However, if you need to force a color for an entity (over-riding the range value), you can specify the hex code here.
alpha Number 0-100 Custom alpha (transparency) for the entity
link String   If you want to link the entity to a URL, you can specify the URL in FusionCharts format. The link can open in same window, new window, pop-up, frames or as JavaScript functions.

Please see the section "Drill Down Maps" to learn more about this.
font String   If you want the label of this particular entity to appear in a different font (other from the one defined in STYLES/map element), specify the font face here.
fontSize String If you want the label of this particular entity to appear in a different font size (other from the one defined in STYLES/map element), specify the font size here.
fontColor Boolean 0/1 If you want the label of this particular entity to appear in a different font color (other from the one defined in STYLES/map element), specify the font color here.
fontBold Boolean 0/1 If you want the label of this particular entity to appear bold (other from the one defined in STYLES/map element), set this as 1.
showLabel Boolean 0/1 Whether to show the label for this entity? This attribute over-rides the value specified for showLabels attribute for <map> element.