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

The minimum bubble size represents the percentage of the diameter (or area) of the plot area.

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

Reference

options type
wijcompositechart jQuery Widget