$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijbubblechart("option", "width"); // Set value var newValue; // Type: any $(".selector").wijbubblechart("option", "width", newValue); });
var width : any;
Default value: null
Sets the width of the chart in pixels.
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijbubblechart("option", "width"); // Set value var newValue; // Type: any $(".selector").wijbubblechart("option", "width", newValue); });
var width : any;