Wijmo UI for the Web
click Option

Default value: null

Fires when the user clicks the chart element.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  any
    value = $(".selector").wijbubblechart("option", "click");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijbubblechart("option", "click", newValue);
        
});
Javascript (Specification) 
var click : any;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.