Wijmo UI for the Web
showChartLabels Option
wijmo.chart.wijbubblechart Namespace > options type : showChartLabels Option

Default value: true

A value that indicates whether to show default chart labels.

Syntax
$(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;
See Also

Reference

options type
wijbubblechart jQuery Widget