Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_hint
    value = $(".selector").wijbarchart("option", "hint");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_hint
    $(".selector").wijbarchart("option", "hint", newValue);
        
});
Javascript (Specification) 
var hint : chart_hint;
Remarks
By default, it displays the value of the seriesList label and Y data for the chart
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbarchart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.