UseDrillOnClick: Boolean;
The UseDrillOnClick property determines if data detailing is applied on single click.
Property value can be set from JSON or using the setUseDrillOnClick method, to get the property value, use the getUseDrillOnClick method.
To execute this example, the page must contain the TreeMap component named treeMap (see Example of Creating the TreeMap Component ):
// Set using data detailing on click treeMap.setUseDrillOnClick(true);
After the example execution detailing on single click is enabled.
See also: