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

Default value: 'line'

Specifies the type of the sparkline widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijsparkline("option", "type");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijsparkline("option", "type", newValue);
        
});
var type : string;
Remarks
The value of the type can be 'line', 'area' and 'column'. And the default value is 'line'.
See Also

Reference

options type
wijsparkline jQuery Widget