wijmo.chart.wijbarchart Namespace > options type : clusterOverlap Option |
Default value: 0
Sets the amount of each bar to render over the edge of the next bar in the same cluster,as a percentage of the bar width.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijbarchart("option", "clusterOverlap"); // Set value var newValue; // Type: number $(".selector").wijbarchart("option", "clusterOverlap", newValue); }); |
Javascript (Specification) | |
---|---|
|