$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijbubblechart("option", "showChartLabels"); // Set value var newValue; // Type: boolean $(".selector").wijbubblechart("option", "showChartLabels", newValue); });
var showChartLabels : boolean;