bindingInfo.removeMapping(col,value)
|
Removes the mapping that exists between the specified value of field col and a defined geographical code.
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.
|