## Configuration Options


#### chartName
Type: `string`  
Default: `"WordCloud"`  

Name of chart for Reporting.

#### fontWeight
Type: `select`  
Default: `{"name":"400 - Regular","value":400}`  

General text font weight. Note: Not all weights are supported by every font family.

#### gaugeFillPrimaryColor
Type: `color`  
Default: `"#73B0D7"`  

Font color for the five words with the greatest value

#### gaugeFillSecondaryColor
Type: `color`  
Default: `"#DAEAF8"`  

Font color for the words

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

Color used on hover to grey out all other words

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

Height of the widget

#### isOnMobile
Type: `boolean`  
Default: `false`  

If true, it signals to the widget that it is running on a mobile device. Should be called before draw and then NEVER changed.

#### maxNumberOfWords
Type: `number`  
Default: `300`  

The max number of words that the word cloud will process.

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

Flag for turning off data validation

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

Font family for each word

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

Size of the tooltips font.

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

Background color of the tooltip

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

Color of the tooltip text

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

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

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

Width of the widget

