Wijmo UI for the Web
innerRadius Option
wijmo.chart.wijpiechart Namespace > options type : innerRadius Option

Default value: 0

A value that indicates the inner radius used for doughnut charts.

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

Reference

options type
wijpiechart Method