bindingInfo.removeMapping(col,value)

Removes the mapping that exists between the specified value of field col and a defined geographical code.

Parameter

col

Field from which value is mapped

value

Value whose mapping should be removed

Example

Remove mapping for value 'Queens' in column 'city':

Chart1.bindingInfo.removeMapping('city','Queens');
Dashboard script that modifies bindingInfo should generally be placed in the onRefresh handler. See Add Dashboard Script.