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

Gets or sets whether series are displayed horizontally.

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

Reference

options type
wijbubblechart jQuery Widget