Wijmo UI for the Web
disabled Option
wijmo.sparkline.wijsparkline Namespace > options type : disabled Option

Default value: false

Indicates whether the event handler of the sparkline widget is enable.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijsparkline("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijsparkline("option", "disabled", newValue);
        
});
var disabled : boolean;
See Also

Reference

options type
wijsparkline jQuery Widget