Wijmo UI for the Web
autoResize Option
wijmo.chart.wijbubblechart Namespace > options type : autoResize Option

Default value: true

A value that indicates whether to redraw the chart automatically when resizing the chart element.

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

Reference

options type
wijbubblechart jQuery Widget