## Configuration Options


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

Name of chart for Reporting.

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



#### 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.

#### legendTextColor
Type: `color`  
Default: `"#333333"`  



#### legendTextSize
Type: `number`  
Default: `14`  
Units: `px`

Text size of the title (other labels are ratios of that text size)

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

Flag for turning off data validation

#### showLegend
Type: `select`  
Default: `{"name":"Hide","value":false}`  

undefined

#### showTooltip
Type: `select`  
Default: `{"name":"Show","value":true}`  

undefined

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

Font for the legend and tooltip text

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



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



#### tooltipTextSize
Type: `number`  
Default: `14`  
Units: `px`

undefined

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

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

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



