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

Default value: null

A value that indicates the minimum value of the sparkline.

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

Reference

options type
wijsparkline jQuery Widget