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

Default value: false

Sets a value indicating whether you can set the font-family of the text using a class instead of options.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijbubblechart("option", "disableDefaultTextStyle");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijbubblechart("option", "disableDefaultTextStyle", newValue);
        
});
var disableDefaultTextStyle : boolean;
Remarks
Note: This applies only to the font-family in the current version.
See Also

Reference

options type
wijbubblechart jQuery Widget