Wijmo UI for the Web
tooltipContent Option
wijmo.sparkline.wijsparkline Namespace > options type : tooltipContent Option

Default value: null

A function which is used to get a value for the tooltip shown.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijsparkline("option", "tooltipContent");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijsparkline("option", "tooltipContent", newValue);
        
});
var tooltipContent : any;
See Also

Reference

options type
wijsparkline jQuery Widget