$(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.