Wijmo UI for the Web
clusterSpacing Option
wijmo.chart.wijbarchart Namespace > options type : clusterSpacing Option

Sets the amount of space in pixels between the bars in each cluster.

Type: Number

Default value: 0

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijbarchart("option", "clusterSpacing");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijbarchart("option", "clusterSpacing", newValue);
        
});
var clusterSpacing : number;
Example
$("#barchart").wijbarchart({
    clusterSpacing: 3
});
Remarks
This space may also be affected by the clusterOverlap and clusterWidth option settings. See Clustering Data for more information.
See Also

Reference

options type
wijbarchart Method