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

Gets or sets the hole value.

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

Reference

options type
wijcompositechart jQuery Widget