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

Type: wijmo.chart.chart_hint

Creates an object to use as the tooltip, or hint, when the mouse is over a chart element.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.chart.chart_hint
    returnsValue = $(".selector").wijbubblechart("option", "hint");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_hint
    $(".selector").wijbubblechart("option", "hint", newValue);
        
});
var hint : chart_hint;
Remarks
By default, it displays the value of the seriesList label and Y data for the chart
See Also

Reference

options type
wijbubblechart jQuery Widget