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

Default value: []

Creates an array of series objects that contain data values and labels to display in the chart.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijsparkline("option", "seriesList");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijsparkline("option", "seriesList", newValue);
        
});
var seriesList : array;
Remarks
The series object contains following options 1) type: Specifies the type of the sparkline widget. The value for this option can be 'line', 'area' and 'column'. And the default value is 'Line'. 2) bind: Indicates that which property value is get from the object in the array if the data is set as a object array. 3) seriesStyle: The specific style applies for current series of the sparkline widget for
See Also

Reference

options type
wijsparkline jQuery Widget