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

Default value: []

Creates an array of AnnotationBase objects that contain the settings of the annotations to display in the chart.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijbubblechart("option", "annotations");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijbubblechart("option", "annotations", newValue);
        
});
var annotations : array;
See Also

Reference

options type
wijbubblechart jQuery Widget