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

Default value: 85

A value that indicates the percentage of the plot area that each bar cluster occupies.

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

Reference

options type
wijcompositechart jQuery Widget