wijmo.chart.wijbubblechart Namespace > options type : maximumSize Option |
Default value: 20
The maximum bubble size represents the percentage of the diameter (or area) of the plot area.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: number value = $(".selector").wijbubblechart("option", "maximumSize"); // Set value var newValue; // Type: number $(".selector").wijbubblechart("option", "maximumSize", newValue); }); |
Javascript (Specification) | |
---|---|
|