Wijmo UI for the Web
clusterWidth Option

Default value: 85

Sets the percentage of each cluster's allocated plot area that the bars in each cluster occupy.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  number
    value = $(".selector").wijbarchart("option", "clusterWidth");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijbarchart("option", "clusterWidth", newValue);
        
});
Javascript (Specification) 
var clusterWidth : number;
Remarks
By default, the bars occupy 85% of the cluster's plot area, leaving a small gap between clusters. A setting of 100% removes the gap, or you can make the gap more dramatic with a setting of 50%. This setting may affect your clusterSpacing option setting.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.