Wijmo UI for the Web
hole Option

Default value: null

Gets or sets the data hole value.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijlinechart("option", "hole");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijlinechart("option", "hole", newValue);
        
});
Javascript (Specification) 
var hole : number;
Remarks
Data holes are used as placeholders for data points that indicate data is normally present but not in this case.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlinechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.