Wijmo UI for the Web
getBubble Method
wijmo.chart Namespace > wijbubblechart type : getBubble Method
The index of the bubble.
Returns the bubble which has a Raphael's object that represents bubbles for the series data with the given index.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijbubblechart("getBubble", index);
});
function getBubble( 
   index : number
) : any;

Parameters

index
The index of the bubble.

Return Value

The bubble object.
See Also

Reference

wijbubblechart type
wijbubblechart jQuery Widget