wijmo.chart.wijbarchart Namespace > options type : clusterWidth Option |
Default value: 85
Sets the percentage of each cluster's allocated plot area that the bars in each cluster occupy.
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) | |
---|---|
|