Returns the bubble which has a Raphael's object that represents bubbles for the series data with the given index.
Syntax
Javascript (Usage) | |
---|
$(function () {
var value; // Type: any
// Parameters
var index; // Type: number
value = $(".selector").wijbubblechart("getBubble", index);
});
|
Javascript (Specification) | |
---|
function getBubble(
: number
) : any;
|
Parameters
- index
- The index of the bubble.
Return Value
The bubble object.
Browser Compatibility
See Also
Reference
wijbubblechart type
wijbubblechart jQuery Widget