Wijmo UI for the Web
hole Option
wijmo.chart.wijlinechart Namespace > options type : hole Option

Default value: null

Gets or sets the data hole value.

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

Reference

options type
wijlinechart jQuery Widget