## Configuration Options


#### chartName
Type: `string`  
Default: `WorldMap`  

Name of chart for Reporting.

#### generalWashoutColor
Type: `color`  
Default: `#E4E5E5`  

Color used to indicate elements that are not being highlighted.

#### height
Type: `number`  
Default: `250`  
Units: `px`

Height of the chart.

#### mapBorderColor
Type: `color`  
Default: `#FFFFFF`  

Color for the borders around each land divider.

#### mapBorderWeight
Type: `number`  
Default: `1`  
Units: `px`

Stroke width for each land divider

#### mapNoDataColor
Type: `color`  
Default: `#D8D8D9`  

Color for an element that has no data associated with it.

#### mapRangeColors
Type: `colorArray`  
Default: `#FDECAD,#FCCF84,#FBAD56,#FB8D34,#E45621,#A43724`  

Color used to represent a range of numbers in a map.

#### shouldValidate
Type: `boolean`  
Default: `true`  

Flag for turning off data validation.

#### textFontFamily
Type: `string`  
Default: `Open Sans`  

Font family for any text.

#### textSize
Type: `number`  
Default: `12`  
Units: `px`

General size in pixels for any text.

#### tooltipBackgroundColor
Type: `color`  
Default: `#555555`  

Background color on any tool tips.

#### tooltipCountryColor
Type: `color`  
Default: `#fff`  

Color for the Country name used in the tooltip

#### tooltipTextColor
Type: `color`  
Default: `#FFFFFF`  

Color of any text inside a tooltip.

#### updateSizeableConfigs
Type: `boolean`  
Default: `true`  

Flag for turning off the mimic of illustrator's scale functionality.

#### width
Type: `number`  
Default: `250`  
Units: `px`

Width of the chart.

